Amat.su/kaze!

Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…

Amat.su/kaze!とは何ですか?

Amat.su/kaze!はhttps://amat.suによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…」です。

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

screenshot

Amat.su/kaze!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Browser extension for the URL shortening service, Amat.su/kaze!

Amat.su is a simple URL shortening service like bit.ly and the like themed after the character of same name from Kantai Collection, a popular Japanese game.                    

拡張機能の基本情報

名前 Amat.su/kaze! Amat.su/kaze!
ID odbkecihabhaefkjmemojlpkjmgpcgdl
公式URL https://chromewebstore.google.com/detail/amatsukaze/odbkecihabhaefkjmemojlpkjmgpcgdl
説明 Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…
ファイルサイズ 100 KB
インストール数 38
現在のバージョン 0.1
最終更新日 2016-02-11
公開日 2016-02-11
評価 5.00/5 合計 1 レビュー
開発者 https://amat.su
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amat.su\/kaze!",
    "short_name": "Amat.su",
    "version": "0.1",
    "browser_action": {
        "default_icon": "img\/icon2.png",
        "default_popup": "html\/menu.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "img\/icon2.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}