URL Shortener & QR Code Generator - QuickLink

Instantly Create short URLs & a QR code of your current tab.

URL Shortener & QR Code Generator - QuickLink란 무엇입니까?

URL Shortener & QR Code Generator - QuickLink은(는) Tim Peters에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly Create short URLs & a QR code of your current tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

URL Shortener & QR Code Generator - QuickLink 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly and easily create short URLs or generate a QR code for the website you are on. You can copy or save the QR code by right-clicking on it.

Creating short URLs can be done with 0 clicks in the extension, and can also be done through a context menu (right click).

The layout of the popup highly customizable! You can choose to disable/enable any feature you want! You can also view your history of short URLs and can view the link statistics!

Unlike other URL shortener extensions, there is no need for any extra permissions! We take your privacy into consideration by keeping everything we can offline. 

We do not need access to any of your data and the QR code is generated offline using an open-source JavaScript library. 

The short URLs are created using Is.gd API (this is the only thing done over the network), but no personal data is collected by us.

Icons by HeroIcons
https://github.com/davidshimjs/qrcodejs                    

확장 프로그램 기본 정보

이름 URL Shortener & QR Code Generator - QuickLink URL Shortener & QR Code Generator - QuickLink
ID mebdlnecnjaccnaaiieeddfjaciljbob
공식 URL https://chromewebstore.google.com/detail/url-shortener-qr-code-gen/mebdlnecnjaccnaaiieeddfjaciljbob
설명 Instantly Create short URLs & a QR code of your current tab.
파일 크기 1.15 MB
설치 횟수 8,000
현재 버전 2.3
최근 업데이트 2024-02-15
출시 날짜 2020-03-06
평점 3.82/5 총 11 개의 평점
개발자 Tim Peters
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://timppeters.github.io/QuickLink-Website/
도움말 페이지 URL https://timppeters.github.io/QuickLink-Website/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Shortener & QR Code Generator - QuickLink",
    "short_name": "URL Shortener",
    "description": "Instantly Create short URLs & a QR code of your current tab.",
    "version": "2.3",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/is.gd\/"
    ],
    "action": {
        "default_title": "Create Short URL & QR Code",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}