TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

TinyURL Makerคืออะไร?

TinyURL Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Liquid Rock และคุณลักษณะหลักของมันคือ "Creates a brand new TinyURL for the current tab that you are on!"

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

screenshot

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

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

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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

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

ชื่อ TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
คำอธิบาย Creates a brand new TinyURL for the current tab that you are on!
ขนาดไฟล์ 10.93 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2019-02-01
วันที่เผยแพร่ 2019-02-01
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Liquid Rock
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}