SCP Read Tracker
Tracks which SCP articles you've read
SCP Read Trackerとは何ですか?
SCP Read Trackerはtveronaによって開発されたChromeの拡張機能で、その主な機能は「Tracks which SCP articles you've read」です。
拡張機能のスクリーンショット
SCP Read Tracker拡張機能のCRXファイルをダウンロード
SCP Read Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension to keep track of SCP pages read. Syncs across devices.
拡張機能の基本情報
名前 | SCP Read Tracker |
ID | cnjfgnojnapamgmcccobagpppmkkoklk |
公式URL | https://chromewebstore.google.com/detail/scp-read-tracker/cnjfgnojnapamgmcccobagpppmkkoklk |
説明 | Tracks which SCP articles you've read |
ファイルサイズ | 191 KB |
インストール数 | 121 |
現在のバージョン | 1.1 |
最終更新日 | 2021-02-11 |
公開日 | 2020-08-31 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | tverona |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tverona1/SCPReadTracker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SCP Read Tracker", "version": "1.1", "description": "Tracks which SCP articles you've read", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.scp-wiki.wikidot.com\/*", "*:\/\/*.scp-wiki.net\/*", "*:\/\/*.scpwiki.com\/*", "*:\/\/scp-cs.wikidot.com\/*", "*:\/\/fondationscp.wikidot.com\/*", "*:\/\/scp-wiki-de.wikidot.com\/*", "*:\/\/fondazionescp.wikidot.com\/*", "*:\/\/scp-wiki.net.pl\/*", "*:\/\/scp-pt-br.wikidot.com\/*", "*:\/\/lafundacionscp.wikidot.com\/*", "*:\/\/scp-th.wikidot.com\/*", "*:\/\/scp-ukrainian.wikidot.com\/*" ], "js": [ "lib\/jquery-3.5.1.min.js", "js\/bit-array.js", "js\/statemanager.js", "js\/content-script.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_name": "Display Map", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "web_accessible_resources": [ "images\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'" } |