TinyURL Maker

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

TinyURL Makerとは何ですか?

TinyURL MakerはLiquid Rockによって開発されたChromeの拡張機能で、その主な機能は「Creates a brand new TinyURL for the current tab that you are on!」です。

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

screenshot

TinyURL Maker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}