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 |
官方URL | 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" } } |