Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Apa itu Tiny.ee - URL Shortener?

Tiny.ee - URL Shortener adalah ekstensi Chrome yang dikembangkan oleh https://tiny.ee, dan fitur utamanya adalah "Shorten URLs with the click of a button.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Tiny.ee - URL Shortener

Unduh file ekstensi Tiny.ee - URL Shortener dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Tiny.ee - URL Shortener Tiny.ee - URL Shortener
ID liioijhfebcmbnjelolndbkolipcipek
URL Resmi https://chromewebstore.google.com/detail/tinyee-url-shortener/liioijhfebcmbnjelolndbkolipcipek
Deskripsi Shorten URLs with the click of a button.
Ukuran File 62.88 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2024-01-03
Tanggal Publikasi 2019-05-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://tiny.ee
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tiny.ee/
URL Halaman Kebijakan Privasi https://tiny.ee/tos
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}