Firelinks URL Shortner

Firelinks service to convert long URLs or Links of websites to short.

Firelinks URL Shortnerคืออะไร?

Firelinks URL Shortner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VD และคุณลักษณะหลักของมันคือ "Firelinks service to convert long URLs or Links of websites to short."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firelinks URL Shortner

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

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

                        The most efficient and simple URL shortening service since 2009.

TOP Features Includes:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard 
- Sharing over social networks
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- All links are 100% safe and secured

For any issues, errors, bugs and enhancements, please reach us at - http://tiny.cc/extsupport                    

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

ชื่อ Firelinks URL Shortner Firelinks URL Shortner
ID epdgnnildheopikdpdooanjlafgndmmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/firelinks-url-shortner/epdgnnildheopikdpdooanjlafgndmmk
คำอธิบาย Firelinks service to convert long URLs or Links of websites to short.
ขนาดไฟล์ 209 KB
จำนวนการติดตั้ง 28,527
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2019-12-31
คะแนน 4.61/5 รวมทั้งหมด 129 คะแนน
ผู้พัฒนา VD
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tinyl.io/ExtFLHome
URL หน้าช่วยเหลือ https://tinyl.io/ExtFLHelp
URL หน้านโยบายความเป็นส่วนตัว http://tiny.cc/appsprivacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Firelinks URL Shortner",
    "short_name": "Firelinks URL Shortner",
    "version": "2.0",
    "description": "Firelinks service to convert long URLs or Links of websites to short.",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "Firelinks URL Shortner",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "alarms",
        "scripting"
    ]
}