Download Original Image

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

Qu'est-ce que Download Original Image ?

Download Original Image est une extension Chrome développée par wangxufire, et sa fonction principale est "Save origin image from bcy.net/lofter.com/diyidan.com/twitter.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download Original Image

Téléchargez les fichiers d'extension Download Original Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Download Original Image Download Original Image
ID eobbbgiclgjigfidlnjapkgliaaibmpj
URL Officiel https://chromewebstore.google.com/detail/download-original-image/eobbbgiclgjigfidlnjapkgliaaibmpj
Description Save origin image from bcy.net/lofter.com/diyidan.com/twitter.com
Taille du Fichier 185 KB
Nombre d'Installations 552
Version Actuelle 1.1.26
Dernière Mise à Jour 2019-01-26
Date de Publication 2019-01-25
Évaluation 4.11/5 Total 9 Évaluations
Développeur wangxufire
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/acgers/bcy-helper
URL de la Page d'Aide https://github.com/acgers/bcy-helper/issues
Langues Prises en Charge 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\/*"
    ]
}