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.
Qu'est-ce que scp viewing enhancer ?
scp viewing enhancer est une extension Chrome développée par rhett.newton, et sa fonction principale est "Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension scp viewing enhancer
Téléchargez les fichiers d'extension scp viewing enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ![]() |
ID | pmpbaplainkmncifmdhhmkdafmlmkgdk |
URL Officiel | https://chrome.google.com/webstore/detail/scp-viewing-enhancer/pmpbaplainkmncifmdhhmkdafmlmkgdk |
Description | Click the icon to easily search for an scp article. The user can select the css toggle for a more customizable viewing session. |
Taille du Fichier | 17.5 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-12-29 |
Date de Publication | 2017-12-29 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | rhett.newton |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |