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!"입니다.

확장 프로그램 스크린샷

screenshot

Easy Url Shortener + QRCode generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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]                    

확장 프로그램 기본 정보

이름 Easy Url Shortener + QRCode generator Easy Url Shortener + QRCode generator
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
}