QRReadItLater
Click one button to generate current tab's QR image so that you can read it later in your mobile.
什么是QRReadItLater?
QRReadItLater是由Alex Yang开发的Chrome扩展程序,该扩展的主要功能是“Click one button to generate current tab's QR image so that you can read it later in your mobile.”。
扩展截图
下载QRReadItLater扩展crx文件
下载QRReadItLater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click one button to generate current tab's QR image so that you can read it later in your mobile.
扩展基本信息
名称 | QRReadItLater |
ID | kamoagknakmemmjccfnpkfhhoinibdep |
官方URL | https://chromewebstore.google.com/detail/qrreaditlater/kamoagknakmemmjccfnpkfhhoinibdep |
简介 | Click one button to generate current tab's QR image so that you can read it later in your mobile. |
文件大小 | 689 KB |
安装次数 | 24 |
当前版本 | 1.0.0.3 |
更新时间 | 2013-11-11 |
上架时间 | 2013-11-10 |
评分 | 3.25/5 共4次评分 |
开发者 | Alex Yang |
付费类型 | free |
支持的语言 | 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" } } |