SCPper
Handy little thing to improve your SCP browsing experience
SCPper là gì?
SCPper là một tiện ích mở rộng Chrome được phát triển bởi FiftyNine, và tính năng chính của nó là "Handy little thing to improve your SCP browsing experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SCPper
Tải xuống các tệp mở rộng SCPper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SCPper |
ID | cpebggobaenfndpoddkdindknnpbjdfc |
URL Chính Thức | https://chromewebstore.google.com/detail/scpper/cpebggobaenfndpoddkdindknnpbjdfc |
Mô tả | Handy little thing to improve your SCP browsing experience |
Kích Thước Tệp | 72.32 KB |
Số Lần Cài Đặt | 2,649 |
Phiên Bản Hiện Tại | 0.3.2.21 |
Cập Nhật Lần Cuối | 2023-08-14 |
Ngày Phát Hành | 2020-05-17 |
Đánh Giá | 4.70/5 Tổng số 40 Đánh Giá |
Nhà Phát Triển | FiftyNine |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.scpper.com |
URL Trang Trợ Giúp | https://github.com/FiftyNine/SCPper |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |