QRReadItLater
Click one button to generate current tab's QR image so that you can read it later in your mobile.
What is QRReadItLater?
QRReadItLater is a Chrome extension developed by Alex Yang, and its main feature is "Click one button to generate current tab's QR image so that you can read it later in your mobile.".
Extension Screenshots
Download QRReadItLater Extension CRX File
Download QRReadItLater 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
Click one button to generate current tab's QR image so that you can read it later in your mobile.
Extension Basic Information
Name | QRReadItLater |
ID | kamoagknakmemmjccfnpkfhhoinibdep |
Official URL | https://chromewebstore.google.com/detail/qrreaditlater/kamoagknakmemmjccfnpkfhhoinibdep |
Description | Click one button to generate current tab's QR image so that you can read it later in your mobile. |
File Size | 689 KB |
Installation Count | 24 |
Current Version | 1.0.0.3 |
Last Updated | 2013-11-11 |
Publish Date | 2013-11-10 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Alex Yang |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_toolbar_name__", "version": "1.0.0.3", "manifest_version": 2, "description": "__MSG_toolbar_description__", "default_locale": "en", "icons": { "16": "_locales\/en\/img\/logo_icon16.png", "48": "_locales\/en\/img\/logo_icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "nativeMessaging" ], "background": { "page": "extension_page\/background.html" }, "browser_action": { "default_icon": "_locales\/en\/img\/logo_icon16.png", "default_title": "__MSG_toolbar_name__", "default_popup": "extension_page\/popup.html" } } |