Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Mini URL - The URL shortenerคืออะไร?

Mini URL - The URL shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miniurl2016 และคุณลักษณะหลักของมันคือ "Shortens the current url and copies it to clipboard"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mini URL - The URL shortener

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

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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

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

ชื่อ Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
คำอธิบาย Shortens the current url and copies it to clipboard
ขนาดไฟล์ 850 KB
จำนวนการติดตั้ง 170
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-02-26
วันที่เผยแพร่ 2016-02-26
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา miniurl2016
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}