Short URL and QR code generator
Generate short URL of the current page and get its QR code in just one click.
什麼是Short URL and QR code generator?
Short URL and QR code generator是由Artyom "Sleepwalker" Fedosov開發的Chrome擴展程式,該擴展的主要功能是“Generate short URL of the current page and get its QR code in just one click.”。
擴展截圖
下載Short URL and QR code generator擴展crx文件
下載Short URL and QR code generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Generate short URL of the current page and get its QR code in just one click.
擴展基本資訊
名稱 | Short URL and QR code generator |
ID | ikihojdapjkjkglimjpnoenohodhacbk |
官方網址 | https://chromewebstore.google.com/detail/short-url-and-qr-code-gen/ikihojdapjkjkglimjpnoenohodhacbk |
簡介 | Generate short URL of the current page and get its QR code in just one click. |
檔案大小 | 42.17 KB |
安裝次數 | 5,034 |
目前版本 | 1.4 |
更新時間 | 2019-10-05 |
上架時間 | 2019-10-03 |
評分 | 4.92/5 共 25 次評分 |
開發者 | Artyom "Sleepwalker" Fedosov |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Short URL and QR code generator", "version": "1.4", "icons": { "16": "i\/16x16.png", "32": "i\/32x32.png", "48": "i\/48x48.png", "128": "i\/128x128.png" }, "permissions": [ "tabs", "https:\/\/tinyurl.com\/" ], "browser_action": { "default_title": "Generate short URL", "default_icon": "i\/button.png", "default_popup": "popup.html" } } |