Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Tiny.ee - URL Shortenerคืออะไร?

Tiny.ee - URL Shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tiny.ee และคุณลักษณะหลักของมันคือ "Shorten URLs with the click of a button."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiny.ee - URL Shortener

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

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

                        Tiny.ee is a URL shortening service, a web service that provides short aliases for redirection of long URLs.

This plugin makes the process even quicker, by allowing you to shorten the page you are on, without having to go to our website.

Once the URL is shortened in the prompt provided, it will automatically be selected, allowing you to copy the URL to your service. You can also click the Social Icons to share your URL to the relevant platforms.                    

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

ชื่อ Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
คำอธิบาย Shorten URLs with the click of a button.
ขนาดไฟล์ 62.88 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2019-05-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://tiny.ee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tiny.ee/
URL หน้านโยบายความเป็นส่วนตัว https://tiny.ee/tos
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiny.ee - URL Shortener",
    "description": "Shorten URLs with the click of a button.",
    "version": "1.0.7",
    "icons": {
        "16": "icon_d.png",
        "48": "icon_d.png",
        "128": "icon_d.png"
    },
    "action": {
        "default_icon": "icon_d.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}