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