Read This Later
Save a list of pages to read later.
什麼是Read This Later?
Read This Later是由jackf開發的Chrome擴展程式,該擴展的主要功能是“Save a list of pages to read later.”。
擴展截圖
下載Read This Later擴展crx文件
下載Read This Later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Avoid cluttering up bookmarks! Mark articles and pages that you don't have time to read, and pick them up again later. Synchronizes across chrome devices.
擴展基本資訊
名稱 | Read This Later |
ID | beanlcbbdbempflllcplmhfojimccfcg |
官方網址 | https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg |
簡介 | Save a list of pages to read later. |
檔案大小 | 146 KB |
安裝次數 | 932 |
目前版本 | 1.1.1 |
更新時間 | 2015-04-08 |
上架時間 | 2015-04-08 |
評分 | 4.40/5 共 20 次評分 |
開發者 | jackf |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read This Later", "short_name": "Read This Later", "description": "Save a list of pages to read later.", "version": "1.1.1", "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "browser_action": { "default_title": "Read This Later", "default_icon": "images\/icons\/icon-19.png", "default_popup": "views\/popup.html" }, "background": { "persistent": false, "page": "views\/background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ] } |