Tab2QR
A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Vad är Tab2QR?
Tab2QR är en Chrome-tillägg utvecklad av James Shih, och dess huvudfunktion är "A minimalist browser extesion to send the page you are currently viewing to your mobile device.".
Tilläggsskärmbilder
Ladda ner Tab2QR-förlängningens CRX-fil
Ladda ner Tab2QR-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | mkfcgekjddmlceifimndhbliepfgnogo |
Officiell webbadress | https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo |
Beskrivning | A minimalist browser extesion to send the page you are currently viewing to your mobile device. |
Filstorlek | 20.13 KB |
Antal Installationer | 601 |
Aktuell Version | 4.0.0 |
Senast Uppdaterad | 2023-02-07 |
Publiceringsdatum | 2019-05-02 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | James Shih |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/IFS49F/Tab2QR |
Hjälpsida URL | https://github.com/IFS49F/Tab2QR/issues |
Stödda Språk | 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 } |