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"
            ]
        }
    ]
}