ThisLife Selected Photo Downloader

Download multiple photos at a time with ThisLife

ThisLife Selected Photo Downloaderとは何ですか?

ThisLife Selected Photo Downloaderはredthによって開発されたChromeの拡張機能で、その主な機能は「Download multiple photos at a time with ThisLife」です。

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

screenshot

ThisLife Selected Photo Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 ThisLife Selected Photo Downloader ThisLife Selected Photo Downloader
ID jenhhgibbjngpjlcmdlofffjeiplllad
公式URL https://chrome.google.com/webstore/detail/thislife-selected-photo-d/jenhhgibbjngpjlcmdlofffjeiplllad
説明 Download multiple photos at a time with ThisLife
ファイルサイズ 139 KB
インストール数 220
現在のバージョン 1.0.1
最終更新日 2015-02-06
公開日 2015-02-06
評価 3.25/5 合計 8 レビュー
開発者 redth
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ThisLife Selected Photo Downloader",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Download multiple photos at a time with ThisLife",
    "homepage_url": "http:\/\/redth.codes",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Selected Photos"
    },
    "permissions": [
        "contentSettings",
        "downloads",
        "https:\/\/app.thislife.com\/*"
    ],
    "omnibox": {
        "keyword": "ThisLife"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.thislife.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/page.js",
        "src\/inject\/downloadselected.js"
    ]
}