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
官方網址 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"
            ]
        }
    ]
}