URL Shortener & QR Code - iShortener

Fast Shorten URL for Web

URL Shortener & QR Code - iShortenerคืออะไร?

URL Shortener & QR Code - iShortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sontaya Dev. และคุณลักษณะหลักของมันคือ "Fast Shorten URL for Web"

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

screenshot
screenshot

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

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

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

                        - QR Code Generator and Save.
- Options Auto Copy.
- Dark Mode.

Make a link that is easier to share, tweet, or email to friends.
Yes, We are using Firebase Dynamic Links API a service that takes long URLs.

Thank for Support.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ URL Shortener & QR Code - iShortener URL Shortener & QR Code - iShortener
ID gngkohcbjhjhmeomgcebaiemdpkgjdjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg
คำอธิบาย Fast Shorten URL for Web
ขนาดไฟล์ 98.41 KB
จำนวนการติดตั้ง 1,038
เวอร์ชันปัจจุบัน 4.9
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2020-05-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Sontaya Dev.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addon.ishort.ink
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "URL Shortener & QR Code - iShortener",
    "version": "4.9",
    "description": "Fast Shorten URL for Web",
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/link_16.png",
        "64": "icons\/link_64.png",
        "128": "icons\/link_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Shorten URL & QR Code",
        "default_icon": {
            "16": "icons\/link_16.png",
            "32": "icons\/link_32.png"
        }
    },
    "commands": {
        "execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+I",
                "mac": "MacCtrl+I"
            },
            "description": "Opens popup.html"
        }
    },
    "short_name": "iShortener",
    "author": "9holotpk"
}