Url Shortener

Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url

Url Shortenerคืออะไร?

Url Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebyteseffect.com และคุณลักษณะหลักของมันคือ "Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Url Shortener

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

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

                        Shorten URLs with tinyurl.com, bit.ly, cutt.ly, v.gd, tny.im, is.gd, and v.gd. Get QR code for shortened URLs

You can shorten the URL of the current page you are viewing or a specific URL by clicking the extension icon or pasting it into the extension input bar.

The extension has been made open source. The source code can be found at https://github.com/tonystark93/URL-shortener-extension

Shorten URL using various providers
*  tinyurl.com
*  bit.ly
*  cutt.ly
*  is.gd
*  v.gd
*  tny.im

🔒 Privacy focused (We don't ask for unnecessary permissions or track the users while using the extension)

List of features available
✓  Copy to clipboard
✓  Night Mode
✓  Right Click
✓  QR Code Generate
✓  Automatic URL shortening on extension click
✓  History of URL shortened
✓  Delete History
✓  Export as CSV option
✓  Change keyboard shortcuts                    

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

ชื่อ Url Shortener Url Shortener
ID godoifjoiadanijplaghmhgfeffnblib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/url-shortener/godoifjoiadanijplaghmhgfeffnblib
คำอธิบาย Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url
ขนาดไฟล์ 74.62 KB
จำนวนการติดตั้ง 75,840
เวอร์ชันปัจจุบัน 14.0.5
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2020-05-18
คะแนน 4.88/5 รวมทั้งหมด 265 คะแนน
ผู้พัฒนา https://thebyteseffect.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thebyteseffect.com/posts/features-of-url-shortener-extension.1/
ภาษาที่รองรับ en
manifest.json
{
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Shortener",
    "version": "14.0.5",
    "manifest_version": 3,
    "description": "Create and share short links using tinyurl, bit.ly, cutt.ly, is.gd, v.gd, tny.im and also generate QR code for shortened Url",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Command+Shift+L",
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "host_permissions": [
        "https:\/\/tinyurl.com\/*"
    ]
}