bigPic

Pop big pictures on websites.

Wat is bigPic?

bigPic is een Chrome-extensie ontwikkeld door https://nan.im, en de belangrijkste functie is "Pop big pictures on websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie bigPic

Download bigPic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

更新历史:

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

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

Basisinformatie over de Extensie

Naam bigPic bigPic
ID obabieedojfjomipgdjlldcclhdpjiol
Officiële URL https://chromewebstore.google.com/detail/bigpic/obabieedojfjomipgdjlldcclhdpjiol
Beschrijving Pop big pictures on websites.
Bestandsgrootte 61.83 KB
Aantal Installaties 23
Huidige Versie 0.0.5
Laatst Bijgewerkt 2017-08-18
Publicatiedatum 2017-08-17
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://nan.im
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}