Hahaki

Download zip together the image of the open image tab (tab, such as ending in .jpg)! !

Hahakiとは何ですか?

Hahakiはhttps://nju33.workによって開発されたChromeの拡張機能で、その主な機能は「Download zip together the image of the open image tab (tab, such as ending in .jpg)! !」です。

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

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

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

拡張機能の使用方法

                        - Blog
http://goo.gl/RWQ5P3

- Site
http://goo.gl/9JGGfV

- Github
https://goo.gl/9WxlQ1                    

拡張機能の基本情報

名前 Hahaki Hahaki
ID cclgnclajodgblhjndnnanhoefihckhp
公式URL https://chromewebstore.google.com/detail/hahaki/cclgnclajodgblhjndnnanhoefihckhp
説明 Download zip together the image of the open image tab (tab, such as ending in .jpg)! !
ファイルサイズ 166 KB
インストール数 12
現在のバージョン 1.0.4
最終更新日 2017-03-02
公開日 2017-03-02
評価 5.00/5 合計 1 レビュー
開発者 https://nju33.work
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/nju33/chrome-hahaki
対応言語 de,en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "default_locale": "ja",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon\/icon_16.png",
        "48": "icon\/icon_48.png",
        "128": "icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "icon\/icon_38.png"
        },
        "default_title": "Hahaki"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "script\/lib\/lodash.custom.min.js",
            "script\/lib\/bluebird.min.js",
            "script\/lib\/jszip.min.js",
            "script\/lib\/FileSaver.js",
            "script\/background.js"
        ]
    }
}