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
官方網址 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"
    ]
}