Download Original Image

Save origin image from bcy.net/lofter.com/diyidan.com/twitter.com

Cos'è Download Original Image?

Download Original Image è un'estensione di Chrome sviluppata da wangxufire, e la sua funzione principale è "Save origin image from bcy.net/lofter.com/diyidan.com/twitter.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Original Image

Scarica i file di estensione Download Original Image in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        方便保存bcy.net/lofter.com/diyidan.com/twitter.com站内的图片的原始尺寸                    

Informazioni di Base sull'Estensione

Nome Download Original Image Download Original Image
ID eobbbgiclgjigfidlnjapkgliaaibmpj
URL Ufficiale https://chromewebstore.google.com/detail/download-original-image/eobbbgiclgjigfidlnjapkgliaaibmpj
Descrizione Save origin image from bcy.net/lofter.com/diyidan.com/twitter.com
Dimensione del File 185 KB
Conteggio Installazioni 552
Versione Corrente 1.1.26
Ultimo Aggiornamento 2019-01-26
Data di Pubblicazione 2019-01-25
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore wangxufire
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/acgers/bcy-helper
URL della Pagina di Aiuto https://github.com/acgers/bcy-helper/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.26",
    "author": "wangxufire ",
    "minimum_chrome_version": "50",
    "default_locale": "en",
    "icons": {
        "16": "image\/icon\/16.png",
        "32": "image\/icon\/32.png",
        "48": "image\/icon\/64.png",
        "64": "image\/icon\/64.png",
        "128": "image\/icon\/128.png",
        "256": "image\/icon\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/icon\/16.png",
            "32": "image\/icon\/32.png",
            "48": "image\/icon\/64.png",
            "64": "image\/icon\/64.png",
            "128": "image\/icon\/128.png",
            "256": "image\/icon\/256.png"
        },
        "default_title": "BcyHelper",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/bcy.net\/*",
                "*:\/\/*.lofter.com\/*",
                "*:\/\/*.127.net\/*",
                "*:\/\/*.diyidan.com\/*",
                "*:\/\/*.diyidan.net\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/*.twimg.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "matches": [
            "*:\/\/bcy.net\/*",
            "*:\/\/*.lofter.com\/*",
            "*:\/\/*.127.net\/*",
            "*:\/\/*.diyidan.com\/*",
            "*:\/\/*.diyidan.net\/*",
            "*:\/\/twitter.com\/*",
            "*:\/\/*.twimg.com\/*"
        ],
        "persistent": false,
        "scripts": [
            "js\/vendor.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "cookies",
        "contextMenus",
        "tabs",
        "downloads",
        "*:\/\/bcy.net\/*",
        "*:\/\/*.lofter.com\/*",
        "*:\/\/*.127.net\/*",
        "*:\/\/*.diyidan.com\/*",
        "*:\/\/*.diyidan.net\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.twimg.com\/*"
    ]
}