Any Read
A simple reading list extension.
什麼是Any Read?
Any Read是由Zhiyuan Wang開發的Chrome擴展程式,該擴展的主要功能是“A simple reading list extension.”。
擴展截圖
下載Any Read擴展crx文件
下載Any Read擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A popup extension to keep a read list (links), and makes it easier to read them later, with a simple task list style UI. Just click the Plus button, then the current web url will be stored and the page title will be placed on the list.
擴展基本資訊
名稱 | Any Read |
ID | dahbkkbedobniaieddagfknfhomgchfi |
官方網址 | https://chromewebstore.google.com/detail/any-read/dahbkkbedobniaieddagfknfhomgchfi |
簡介 | A simple reading list extension. |
檔案大小 | 115 KB |
安裝次數 | 60 |
目前版本 | 0.0.1 |
更新時間 | 2014-11-10 |
上架時間 | 2014-11-10 |
評分 | 4.00/5 共 2 次評分 |
開發者 | Zhiyuan Wang |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Any Read", "version": "0.0.1", "description": "A simple reading list extension.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |