URL2QR
将当前URL的地址转成二维码
什麼是URL2QR?
URL2QR是由http://www.liyaodong.com開發的Chrome擴展程式,該擴展的主要功能是“将当前URL的地址转成二维码”。
擴展截圖
下載URL2QR擴展crx文件
下載URL2QR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate a qrcode accroding to your visiting web page . and if you start a local server , the plugin will auto translate `localhost` to your local ip . and then you can visit it on your mobile or other people's computer . Is very convenient when you debug your responsive website . so , don't waste your time on copy url .
擴展基本資訊
名稱 | |
ID | pmlpmeejppihnemepiadkmnghmbclhpg |
官方網址 | https://chrome.google.com/webstore/detail/url2qr/pmlpmeejppihnemepiadkmnghmbclhpg |
簡介 | 将当前URL的地址转成二维码 |
檔案大小 | 36.32 KB |
安裝次數 | 70 |
目前版本 | 2.1 |
更新時間 | 2019-03-11 |
上架時間 | 2019-03-11 |
評分 | 5.00/5 共 4 次評分 |
開發者 | http://www.liyaodong.com |
付費類型 | free |
擴展官網 | https://github.com/liyaodong/url2qr |
說明頁面URL | https://github.com/liyaodong/url2qr |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL2QR", "version": "2.1", "manifest_version": 2, "description": "\u5c06\u5f53\u524dURL\u7684\u5730\u5740\u8f6c\u6210\u4e8c\u7ef4\u7801", "author": "Vanilla", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/url2qr\/pmlpmeejppihnemepiadkmnghmbclhpg", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "storage" ], "options_page": "options.html" } |