8000 Tiny changes · cpluspluscom/EnhancedCpp.com@a68c0d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit a68c0d0

Browse files
committed
Tiny changes
1 parent 5b29485 commit a68c0d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Why are these features not part of the site already? The site owner is very busy
1515

1616
## Installation
1717
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).
18-
* 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 .
18+
* 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` .
1919
* Find the Extension ID. Go to chrome://extensions and enable Developer Mode. Note down the Extension ID for the extension you want to whitelist.
20-
* Run gpedit.msc (Win+R) and browse to: User Configuration/Administrative Templates/Google/Google Chrome/Extensions
21-
* Double click "Configure extension installation whitelist" (this is usually localized to your own language), choose Enable and click on Show.
22-
* 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.
20+
* Run `gpedit.msc` (Win+R) and browse to: `User Configuration/Administrative Templates/Google/Google Chrome/Extensions`
21+
* Double click `Configure extension installation whitelist` (this is usually localized to your own language), choose `Enable` and click on `Show`.
22+
* 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.
2323
* Click OK and Restart Chrome. In the extensions page, it will take some seconds before the Enable checkbox is ungreyed.
24-
* To further whitelist more extensions, restart from point 2.
24+
To further whitelist more extensions, restart from point 2.

0 commit comments

Comments
 (0)
0