Web Novel Tracker
Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…
Web Novel Trackerとは何ですか?
Web Novel Trackerはprasadmadanayakeによって開発されたChromeの拡張機能で、その主な機能は「Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker…」です。
拡張機能のスクリーンショット
Web Novel Tracker拡張機能のCRXファイルをダウンロード
Web Novel Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker and press + button. novel will be added to the library Extension will keep track of the last read chapter for you Enjoy Reading
拡張機能の基本情報
名前 | Web Novel Tracker |
ID | hgkhocmobdpcmclacelkdnooanenbich |
公式URL | https://chromewebstore.google.com/detail/web-novel-tracker/hgkhocmobdpcmclacelkdnooanenbich |
説明 | Keep track of your favorite web novels across the devices. Usage: Go to the title page of the novel. Open Web Novel Tracker… |
ファイルサイズ | 392 KB |
インストール数 | 57 |
現在のバージョン | 1.0 |
最終更新日 | 2019-09-19 |
公開日 | 2019-09-19 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | prasadmadanayake |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Novel Tracker", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'sha256-YLnffyOs9ELahyoUibKuefU0uTq6MeqQZJ+8kEMsWt4=' object-src 'self' 'unsafe-inline'" } |