Tab2QR
A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Tab2QRとは何ですか?
Tab2QRはJames Shihによって開発されたChromeの拡張機能で、その主な機能は「A minimalist browser extesion to send the page you are currently viewing to your mobile device.」です。
拡張機能のスクリーンショット
Tab2QR拡張機能のCRXファイルをダウンロード
Tab2QR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Viewing a nice page and want to continue on your mobile device? Tired of typing URLs on your phone? Tab2QR at your service. Just click and scan the QR code with your phone or tablet. Way faster huh? Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information. ©MMXV-MMXXIII James Shih
拡張機能の基本情報
名前 | |
ID | mkfcgekjddmlceifimndhbliepfgnogo |
公式URL | https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo |
説明 | A minimalist browser extesion to send the page you are currently viewing to your mobile device. |
ファイルサイズ | 20.13 KB |
インストール数 | 601 |
現在のバージョン | 4.0.0 |
最終更新日 | 2023-02-07 |
公開日 | 2019-05-02 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | James Shih |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/IFS49F/Tab2QR |
ヘルプページのURL | https://github.com/IFS49F/Tab2QR/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "James Shih", "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.", "name": "Tab2QR", "version": "4.0.0", "icons": { "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "optional_permissions": [ "downloads" ], "action": { "default_title": "Tab2QR", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "manifest_version": 3 } |