TinyURL Converter

This extension retrieves a tinyURL version of your current tabs URL.

TinyURL Converterとは何ですか?

TinyURL ConverterはDylan B.によって開発されたChromeの拡張機能で、その主な機能は「This extension retrieves a tinyURL version of your current tabs URL.」です。

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

screenshot

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

TinyURL Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows the user to get the tinyURL version of their current tabs URL.                    

拡張機能の基本情報

名前 TinyURL Converter TinyURL Converter
ID mgimefmoeoefijobogjnagloodfiepig
公式URL https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig
説明 This extension retrieves a tinyURL version of your current tabs URL.
ファイルサイズ 228 KB
インストール数 105
現在のバージョン 1.2
最終更新日 2014-07-29
公開日 2014-07-28
開発者 Dylan B.
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyURL Converter",
    "description": "This extension retrieves a tinyURL version of your current tabs URL.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/tinyurl.com\/"
    ]
}