Tiny.ee - URL Shortener

Shorten URLs with the click of a button.

Tiny.ee - URL Shortenerとは何ですか?

Tiny.ee - URL Shortenerはhttps://tiny.eeによって開発されたChromeの拡張機能で、その主な機能は「Shorten URLs with the click of a button.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Tiny.ee - URL Shortener拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}