Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Fast URL Shortenerとは何ですか?

Fast URL Shortenerはhttps://www.shar3.nlによって開発されたChromeの拡張機能で、その主な機能は「Fast and simple shorten of current tab urls with direct sharing options.」です。

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

screenshot

Fast URL Shortener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

拡張機能の基本情報

名前 Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
公式URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
説明 Fast and simple shorten of current tab urls with direct sharing options.
ファイルサイズ 35.64 KB
インストール数 218
現在のバージョン 2.0.3
最終更新日 2014-02-13
公開日 2014-02-13
評価 3.00/5 合計 2 レビュー
開発者 https://www.shar3.nl
支払い方法 free
拡張機能のウェブサイト http://www.shar3.nl
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}