Comic Owl
Keeps track of reading/watch position in online series.
什麼是Comic Owl?
Comic Owl是由https://thomasrichards.xyz開發的Chrome擴展程式,該擴展的主要功能是“Keeps track of reading/watch position in online series.”。
擴展截圖
下載Comic Owl擴展crx文件
下載Comic Owl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Comic Owl maintains a list of your web comics or any other web series and automatically updates what chapter and page you are on. A simple click will take you directly back to where you left off.
擴展基本資訊
名稱 | Comic Owl |
ID | noindofpjphoggjpelglbphkpmpidekl |
官方網址 | https://chromewebstore.google.com/detail/comic-owl/noindofpjphoggjpelglbphkpmpidekl |
簡介 | Keeps track of reading/watch position in online series. |
檔案大小 | 103 KB |
安裝次數 | 16 |
目前版本 | 1.2.1 |
更新時間 | 2017-07-15 |
上架時間 | 2017-07-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://thomasrichards.xyz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comic Owl", "version": "1.2.1", "description": "Keeps track of reading\/watch position in online series.", "icons": { "32": "img\/Logo32.png", "64": "img\/Logo64.png", "128": "img\/Logo128.png" }, "author": "Thomas Richards", "browser_action": { "default_icon": "img\/Logo32.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/classes\/Link.js", "js\/background.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs" ] } |