bigPic

Pop big pictures on websites.

Qu'est-ce que bigPic ?

bigPic est une extension Chrome développée par https://nan.im, et sa fonction principale est "Pop big pictures on websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension bigPic

Téléchargez les fichiers d'extension bigPic 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

                        bigPic 为 dribbble, iTunes Store 等网站提供【大图】浏览功能

更新说明:
由于增加了新网站支持,旧版的用户更新以后需要到 工具-扩展程序 里面重新启用一下插件。

更新历史:

2017 - 0818 苹果商店图片改为 1024 尺寸;
2013 - 0703 增加 dribbble.com 支持;
2013 - 0610 更新支持应用商店里软件图标的放大;
2013 - 0426 插件发布支持苹果手机及桌面应用商店截图放大;

希望支持的网站列表请发送网址信息到评论框。                    

Informations de Base sur l'Extension

Nom bigPic bigPic
ID obabieedojfjomipgdjlldcclhdpjiol
URL Officiel https://chromewebstore.google.com/detail/bigpic/obabieedojfjomipgdjlldcclhdpjiol
Description Pop big pictures on websites.
Taille du Fichier 61.83 KB
Nombre d'Installations 23
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-08-18
Date de Publication 2017-08-17
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://nan.im
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bigPic",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Pop big pictures on websites.",
    "homepage_url": "http:\/\/nan.im\/blog\/",
    "permissions": [],
    "icons": {
        "48": "MISC\/48.png",
        "64": "MISC\/64.png",
        "128": "MISC\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/itunes.apple.com\/*",
                "https:\/\/itunes.apple.com\/*",
                "http:\/\/dribbble.com\/*",
                "https:\/\/dribbble.com\/*",
                "http:\/\/weibo.com\/*",
                "http:\/\/nan.im\/*"
            ],
            "css": [
                "MISC\/bigPic.css"
            ],
            "js": [
                "MISC\/jquery.js",
                "MISC\/shadowbox.js",
                "MISC\/bigPic.js"
            ]
        }
    ]
}