TinyURL

This extension creates a tinyurl for the current browser tab.

TinyURLคืออะไร?

TinyURL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ed Robinson และคุณลักษณะหลักของมันคือ "This extension creates a tinyurl for the current browser tab."

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

screenshot

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

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

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

                        The quickest way to shorten and share the URL of the current Chrome tab.                    

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

ชื่อ TinyURL TinyURL
ID lbadmllalinlpflkajgkkmjohckpnahm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm
คำอธิบาย This extension creates a tinyurl for the current browser tab.
ขนาดไฟล์ 6.92 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-04-07
วันที่เผยแพร่ 2013-04-07
คะแนน 4.35/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา Ed Robinson
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension creates a tinyurl for the current browser tab.",
    "name": "TinyURL",
    "permissions": [
        "tabs",
        "http:\/\/www.tinyurl.com\/"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "version": "1.0"
}