8000 Merge branch 'master' of https://github.com/cpluspluscom/EnhancedCpp.com · cpluspluscom/EnhancedCpp.com@ec8f034 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec8f034

Browse files
committed
2 parents 01ed7c9 + 6b63a53 commit ec8f034

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ This is a Chrome extension which modifies pages on [cplusplus.com](http://www.cp
1212

1313
## Rationale
1414
Why are these features not part of the site already? The site owner is very busy and does not have time to add these features for us. These features don't require any server-side work so we can implement them ourselves. Plus, it effectively means the community can make the site look and act as they wish.
15+
16+
## Installation
17+
Download the [latest release](https://github.com/cpluspluscom/EnhancedCpp.com/releases), open `chrome://extensions` and drag-and-drop the .crx file in that page.
18+
By default, Chrome now disables non-store extensions, such as this extension. To enable them, you have to whitelist the extensions. To enable whitelisting, we need to copy two files. You can download a zip [here](https://dl.dropboxusercontent.com/u/83943521/publicaccess/Files/admx.zip).
19+
* Go to `%windir%/policydefinitions` and copy the `chrome.admx` file. Find your language in the zip, and copy the inner `chrome.adml` to `%windir%/policydefinitions/yourlanguage` .
20+
* Find the Extension ID. Go to `chrome://extensions` and enable Developer Mode. Note down the Extension ID for the extension you want to whitelist.
21+
* Run `gpedit.msc` (Win+R) and browse to: `User Configuration/Administrative Templates/Google/Google Chrome/Extensions`
22+
* Double click `Configure extension installation whitelist` (this is usually localized to your own language), choose `Enable` and click on `Show`.
23+
* In the list, paste the Extension IDs to whitelist. On my system, this extension has the ID `gcgeapgjphgeiaibnolfidoilmnjcjeb` . I have no idea if it changes from system to system. Make sure to check in your Extensions page.
24+
* Click OK and Restart Chrome. In the extensions page, it will take some seconds before the Enable checkbox is ungreyed.
25+
To further whitelist more extensions, restart from point 2.

0 commit comments

Comments
 (0)
0