Read Later
Simply store the page link to read later before you add it to your bookmarks.
什么是Read Later?
Read Later是由boogey1111开发的Chrome扩展程序,该扩展的主要功能是“Simply store the page link to read later before you add it to your bookmarks.”。
扩展截图
下载Read Later扩展crx文件
下载Read Later扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
官方URL | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
简介 | Simply store the page link to read later before you add it to your bookmarks. |
文件大小 | 99.74 KB |
安装次数 | 124 |
当前版本 | 1.1.0 |
更新时间 | 2017-06-21 |
上架时间 | 2017-06-21 |
评分 | 5.00/5 共1次评分 |
开发者 | boogey1111 |
付费类型 | free |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_desc__", "default_locale": "en", "version": "1.1.0", "icons": { "16": "link_16.png", "48": "link_48.png", "128": "link_128.png" }, "browser_action": { "default_title": "__MSG_extension_name__", "default_icon": "link_16.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com\/ https:\/\/www.google-analytics.com\/; object-src 'self'" } |