SCPper
Handy little thing to improve your SCP browsing experience
Co je SCPper?
SCPper je rozšíření Chrome vyvinuté FiftyNine, a jeho hlavní funkcí je „Handy little thing to improve your SCP browsing experience“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SCPper
Stáhněte si soubory rozšíření SCPper 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í
SCPper (read "skipper") adds some features and functionality to SCP Foundation wiki site and its translation branches. It also enhances links to these sites from some other websites. Behavior is fully customizable, all features can be turned off. Wiki features: - Converts plain text (SCP-1234) into links to respective articles. - When reading an article it adds name of the article from the main list to the title and additional information such as contributors and date of posting to the footer. - Adds author page link to user info dialogue. - Overrides default forum behaviour in such way that forum pages are added to browser history and you can navigate through them with Next and Previous buttons. - Adds tooltip with the article name to any SCP article link. Supported SCP projects: - Original SCP Foundation (http://www.scpwiki.com/) - Korean branch (http://scp-kr.wikidot.com/) - Chinese branch (http://www.scp-wiki-cn.org/) - French branch (http://fondationscp.wikidot.com/) - Polish branch (http://www.scp-wiki.pl/) - Spanish branch (http://lafundacionscp.wikidot.com/) - Thai branch (http://scp-th.wikidot.com/) - Japanese branch (http://scp-jp.wikidot.com/) - German branch (http://scp-wiki-de.wikidot.com/) - Italian branch (http://fondazionescp.wikidot.com/) - Ukrainian branch (http://scp-ukrainian.wikidot.com/) - Brazilian Portuguese branch (http://scp-pt-br.wikidot.com/) - Czech branch (http://scp-cs.wikidot.com/) - Traditional Chinese (http://scp-zh-tr.wikidot.com/) Some features may not work on some branches due to differences in formatting. SCPper GitHub page: https://github.com/FiftyNine/SCPper Source code and all resources of this extension are distributed under Creative Commons Attribution-ShareAlike 3.0 license. Idea of SCP objects, SCP Foundation, SCP Foundation logo, "Secure. Contain. Protect" motto were created by SCP creative community at http://www.scp-wiki.net/ and are available under the same license.
Základní Informace o Rozšíření
Název | SCPper |
ID | cpebggobaenfndpoddkdindknnpbjdfc |
Oficiální URL | https://chromewebstore.google.com/detail/scpper/cpebggobaenfndpoddkdindknnpbjdfc |
Popis | Handy little thing to improve your SCP browsing experience |
Velikost souboru | 72.32 KB |
Počet instalací | 2,649 |
Aktuální Verze | 0.3.2.21 |
Poslední Aktualizace | 2023-08-14 |
Datum Vydání | 2020-05-17 |
Hodnocení | 4.70/5 Celkem 40 Hodnocení |
Vývojář | FiftyNine |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.scpper.com |
URL Stránky Nápovědy | https://github.com/FiftyNine/SCPper |
Podporované Jazyky | en,fr,pl,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SCPper", "version": "0.3.2.21", "description": "__MSG_MANIFEST_DESCRIPTION__", "icons": { "128": "scp-logo-128.png", "48": "scp-logo-48.png", "16": "scp-logo-16.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "author": "Alexander \"FiftyNine\" Krivopalov", "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.reddit.com\/r\/SCP\/*", "*:\/\/www.scpwiki.com\/*", "*:\/\/www.scp-wiki.net\/*", "*:\/\/scp-wiki.wikidot.com\/*", "*:\/\/ko.scp-wiki.net\/*", "*:\/\/scpko.wikidot.com\/*", "*:\/\/scp-wiki-cn.wikidot.com\/*", "*:\/\/fondationscp.wikidot.com\/*", "*:\/\/scp-wiki.net.pl\/*", "*:\/\/scp-pl.wikidot.com\/*", "*:\/\/lafundacionscp.wikidot.com\/*", "*:\/\/scp-es.com\/*", "*:\/\/scp-th.wikidot.com\/*", "*:\/\/ja.scp-wiki.net\/*", "*:\/\/scp-jp.wikidot.com\/*", "*:\/\/scp-wiki-de.wikidot.com\/*", "*:\/\/fondazionescp.wikidot.com\/*", "*:\/\/scp-ukrainian.wikidot.com\/*", "*:\/\/scp-pt-br.wikidot.com\/*", "*:\/\/scp-cs.wikidot.com\/*", "*:\/\/scp-zh-tr.wikidot.com\/*" ], "js": [ "constants.js", "scpUtils.js", "linkEnhancer.js", "wikiUtils.js", "wikiPage.js", "wikiForum.js", "wikiMain.js", "scpMain.js" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "*:\/\/www.scpwiki.com\/*", "*:\/\/www.scp-wiki.net\/*", "*:\/\/scp-wiki.wikidot.com\/*", "*:\/\/ko.scp-wiki.net\/*", "*:\/\/scpko.wikidot.com\/*", "*:\/\/scp-wiki-cn.wikidot.com\/*", "*:\/\/fondationscp.wikidot.com\/*", "*:\/\/scp-wiki.net.pl\/*", "*:\/\/scp-pl.wikidot.com\/*", "*:\/\/lafundacionscp.wikidot.com\/*", "*:\/\/scp-es.com\/*", "*:\/\/scp-th.wikidot.com\/*", "*:\/\/ja.scp-wiki.net\/*", "*:\/\/scp-jp.wikidot.com\/*", "*:\/\/scp-wiki-de.wikidot.com\/*", "*:\/\/fondazionescp.wikidot.com\/*", "*:\/\/scp-ukrainian.wikidot.com\/*", "*:\/\/scp-pt-br.wikidot.com\/*", "*:\/\/scp-cs.wikidot.com\/*", "*:\/\/scp-zh-tr.wikidot.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "constants.js", "scpEventOverrides.js" ], "matches": [ " |