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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Peters และคุณลักษณะหลักของมันคือ "Instantly Create short URLs & a QR code of your current tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Shortener & QR Code Generator - QuickLink

ดาวน์โหลดไฟล์ส่วนขยาย URL Shortener & QR Code Generator - QuickLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}