Read Later
Simply store the page link to read later before you add it to your bookmarks.
What is Read Later?
Read Later is a Chrome extension developed by boogey1111, and its main feature is "Simply store the page link to read later before you add it to your bookmarks.".
Extension Screenshots
Download Read Later Extension CRX File
Download Read Later extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Read Later |
ID | bimpamoeajffdkaienapechogkkghbip |
Official URL | https://chromewebstore.google.com/detail/read-later/bimpamoeajffdkaienapechogkkghbip |
Description | Simply store the page link to read later before you add it to your bookmarks. |
File Size | 99.74 KB |
Installation Count | 124 |
Current Version | 1.1.0 |
Last Updated | 2017-06-21 |
Publish Date | 2017-06-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | boogey1111 |
Payment Type | free |
Supported Languages | 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'" } |