scp viewing enhancer
Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.
Co je scp viewing enhancer?
scp viewing enhancer je rozšíření Chrome vyvinuté rhett.newton, a jeho hlavní funkcí je „Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření scp viewing enhancer
Stáhněte si soubory rozšíření scp viewing enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Click the icon to easily search for an scp. Click the "Toggle css" switch to switch between the default and custom css. The user can use either their own or the provided custom css.
Základní Informace o Rozšíření
Název | ![]() |
ID | pmpbaplainkmncifmdhhmkdafmlmkgdk |
Oficiální URL | https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk |
Popis | Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session. |
Velikost souboru | 17.5 KB |
Počet instalací | 61 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-12-29 |
Datum Vydání | 2017-12-29 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | rhett.newton |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "scp viewing enhancer", "version": "1.0", "description": "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.", "icons": { "48": "icons\/scp_logo-48.png" }, "permissions": [ "activeTab", "storage", "*:\/\/www.scp-wiki.net\/*" ], "options_ui": { "page": "settings\/options.html" }, "content_scripts": [ { "js": [ "content_scripts\/stylize.js" ], "matches": [ "*:\/\/www.scp-wiki.net\/*" ] } ], "browser_action": { "default_icon": "icons\/scp_logo-32.png", "default_title": "[REDACTED]", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "res\/default_css.css" ] } |