Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Fast URL Shortenerคืออะไร?

Fast URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.shar3.nl และคุณลักษณะหลักของมันคือ "Fast and simple shorten of current tab urls with direct sharing options."

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

screenshot

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

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

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

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

ชื่อ Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
คำอธิบาย Fast and simple shorten of current tab urls with direct sharing options.
ขนาดไฟล์ 35.64 KB
จำนวนการติดตั้ง 218
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2014-02-13
วันที่เผยแพร่ 2014-02-13
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.shar3.nl
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.shar3.nl
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}