Sho.ink Link Shortener

This extension allows you to easily shorten and track links using the right-click menu of your browser.

Sho.ink Link Shortenerとは何ですか?

Sho.ink Link Shortenerはhttp://sho.inkによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to easily shorten and track links using the right-click menu of your browser.」です。

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

screenshot

Sho.ink Link Shortener拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard.

With this extension, you can shorten any link in under 5 seconds.                    

拡張機能の基本情報

名前 Sho.ink Link Shortener Sho.ink Link Shortener
ID bldhcdnmadpmoadomdefpbbleiopblmo
公式URL https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo
説明 This extension allows you to easily shorten and track links using the right-click menu of your browser.
ファイルサイズ 109 KB
インストール数 32
現在のバージョン 0.0.0.1
最終更新日 2017-01-23
公開日 2017-01-23
評価 5.00/5 合計 4 レビュー
開発者 http://sho.ink
支払い方法 free
拡張機能のウェブサイト http://sho.ink
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sho.ink Link Shortener",
    "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.",
    "version": "0.0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_icon": "small-icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "author": "Matthew Brennan",
    "homepage_url": "http:\/\/sho.ink"
}