SCPper
Handy little thing to improve your SCP browsing experience
O que é SCPper?
SCPper é uma extensão do Chrome desenvolvida por FiftyNine, e sua principal característica é "Handy little thing to improve your SCP browsing experience".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SCPper
Baixe arquivos de extensão SCPper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SCPper |
ID | cpebggobaenfndpoddkdindknnpbjdfc |
URL Oficial | https://chromewebstore.google.com/detail/scpper/cpebggobaenfndpoddkdindknnpbjdfc |
Descrição | Handy little thing to improve your SCP browsing experience |
Tamanho do Arquivo | 72.32 KB |
Contagem de Instalações | 2,649 |
Versão Atual | 0.3.2.21 |
Última Atualização | 2023-08-14 |
Data de Publicação | 2020-05-17 |
Classificação | 4.70/5 Total de 40 Avaliações |
Desenvolvedor | FiftyNine |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.scpper.com |
URL da Página de Ajuda | https://github.com/FiftyNine/SCPper |
Idiomas Suportados | 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": [ " |