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" } } |