jShort

jShort everything, everywhere

jShortとは何ですか?

jShortはhttp://jota.pmによって開発されたChromeの拡張機能で、その主な機能は「jShort everything, everywhere」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The jShort you already know and love, now on Chrome! Click the jShort icon to create a custom URL for the current page, or right click any link/image and click "jShort it!".
If the URL is an image you can easily upload it to jShort's servers so you'll be sure that everyone can see it.
The shortened URL is automatically copied to your clipboard, so you can easily share it.
And you can see all the URLs you've shortened, just click the "History" link.

jShort® Chrome® extension - jShort everything, everywhere™                    

拡張機能の基本情報

名前 jShort jShort
ID nffegakdlnmmjflockgidjhnpooelkcc
公式URL https://chrome.google.com/webstore/detail/jshort/nffegakdlnmmjflockgidjhnpooelkcc
説明 jShort everything, everywhere
ファイルサイズ 166 KB
インストール数 12
現在のバージョン 1.2
最終更新日 2013-04-02
公開日 2013-04-02
評価 5.00/5 合計 4 レビュー
開発者 http://jota.pm
支払い方法 free
拡張機能のウェブサイト http://jota.pm/jShort
対応言語 en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_title": "jShort"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "jShort everything, everywhere",
    "background": {
        "persistent": true,
        "page": "src\/bg\/background.html"
    },
    "name": "jShort",
    "permissions": [
        "",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        "storage"
    ],
    "icons": {
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_016.png"
    },
    "homepage_url": "http:\/\/jota.pm\/jShort",
    "manifest_version": 2,
    "version": "1.2"
}