Dog it

This extension fetch all images from your favorites pages.

Dog itとは何ですか?

Dog itはdarul75によって開発されたChromeの拡張機能で、その主な機能は「This extension fetch all images from your favorites pages.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Download all images from a website in one shot, one by one or all in a compressed zip archive.                    

拡張機能の基本情報

名前 Dog it Dog it
ID bcceanhkdnodhlglnggnepecgoemgmmg
公式URL https://chromewebstore.google.com/detail/dog-it/bcceanhkdnodhlglnggnepecgoemgmmg
説明 This extension fetch all images from your favorites pages.
ファイルサイズ 1.72 MB
インストール数 27
現在のバージョン 1.1.0
最終更新日 2016-01-26
公開日 2016-01-26
評価 4.00/5 合計 2 レビュー
開発者 darul75
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dog it",
    "description": "This extension fetch all images from your favorites pages.",
    "version": "1.1.0",
    "browser_action": {
        "default_icon": {
            "16": "zynga_16x16.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inspector.js"
            ]
        }
    ],
    "icons": {
        "16": "zynga_16x16.png",
        "48": "zynga_64x64.png",
        "128": "zynga_128x128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}