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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |