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 |
| Eメール | [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
} | |