Easy Url Shortener + QRCode generator
Easy extension that shortens urls and generates QR Codes in one click!
什么是Easy Url Shortener + QRCode generator?
Easy Url Shortener + QRCode generator是由Elcoder开发的Chrome扩展程序,该扩展的主要功能是“Easy extension that shortens urls and generates QR Codes in one click!”。
扩展截图
下载Easy Url Shortener + QRCode generator扩展crx文件
下载Easy Url Shortener + QRCode generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy URL Shortener makes links short
Easy extension that shortens urls in a one click. Short links are easier to post on social networks. Short urls are also more elegant and clean.
Also the extension generates QR Code with a shortened address encoded. In yet another one click you can copy QR Code to clipboard!
Key features of shortened urls:
- Shorten links to make them easy to share and easy to remember;
- Hide affiliate referal links, tracking labels, and so on.
Key features of Easy URL Shortener:
- Shortens link for currently open page with one click;
- Generates QR Code with encoded url address;
- Supports many languages from the box - English, French, German, Spanish, Russian, and many others;
- URL Shortener is free.
Questions/Feature request: [email protected] 扩展基本信息
| 名称 | |
| ID | jjbnhkmkgmkgmioeilekhfjdkkdchcni |
| 官方URL | https://chromewebstore.google.com/detail/easy-url-shortener-+-qrco/jjbnhkmkgmkgmioeilekhfjdkkdchcni |
| 简介 | Easy extension that shortens urls and generates QR Codes in one click! |
| 文件大小 | 60.83 KB |
| 安装次数 | 992 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-05-03 |
| 上架时间 | 2020-05-01 |
| 评分 | 4.00/5 共2次评分 |
| 开发者 | Elcoder |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://elcoder.ru/projects/url-shortener |
| 隐私政策页面URL | https://elcoder.ru/url-shortener-privacy-policy |
| 支持的语言 | de,en,fr,es,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0",
"description": "__MSG_appDesc__",
"default_locale": "en",
"author": "Sergey Yanzin ([email protected])",
"homepage_url": "http:\/\/elcoder.ru\/projects\/url-shortener",
"permissions": [
"tabs",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "res\/icon16.png",
"32": "res\/icon32.png",
"48": "res\/icon48.png",
"128": "res\/icon128.png"
}
},
"icons": {
"16": "res\/icon16.png",
"32": "res\/icon32.png",
"48": "res\/icon48.png",
"128": "res\/icon128.png"
},
"manifest_version": 2
} | |