Create Short URL

Generate short URLs using bit.ly

Create Short URLคืออะไร?

Create Short URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย portsaidalenbi และคุณลักษณะหลักของมันคือ "Generate short URLs using bit.ly"

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

screenshot

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

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

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

                        This extension enables you to quickly create shortcut links to your Bit.ly account. Simply navigate to the link you want to save and select "Create Short URL" from the context menu.                    

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

ชื่อ Create Short URL Create Short URL
ID iobhlofholalpkgbeoeobhckdmfpcpce
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/create-short-url/iobhlofholalpkgbeoeobhckdmfpcpce
คำอธิบาย Generate short URLs using bit.ly
ขนาดไฟล์ 25.01 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-12-22
วันที่เผยแพร่ 2013-12-22
คะแนน 1.64/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา portsaidalenbi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Create Short URL",
    "description": "Generate short URLs using bit.ly",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}