SCPper
Handy little thing to improve your SCP browsing experience
SCPper란 무엇입니까?
SCPper은(는) FiftyNine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handy little thing to improve your SCP browsing experience"입니다.
확장 프로그램 스크린샷
SCPper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | SCPper |
ID | cpebggobaenfndpoddkdindknnpbjdfc |
공식 URL | https://chromewebstore.google.com/detail/scpper/cpebggobaenfndpoddkdindknnpbjdfc |
설명 | Handy little thing to improve your SCP browsing experience |
파일 크기 | 72.32 KB |
설치 횟수 | 2,649 |
현재 버전 | 0.3.2.21 |
최근 업데이트 | 2023-08-14 |
출시 날짜 | 2020-05-17 |
평점 | 4.70/5 총 40 개의 평점 |
개발자 | FiftyNine |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.scpper.com |
도움말 페이지 URL | https://github.com/FiftyNine/SCPper |
지원되는 언어 | 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": [ " |