bigPic
Pop big pictures on websites.
What is bigPic?
bigPic is a Chrome extension developed by https://nan.im, and its main feature is "Pop big pictures on websites.".
Extension Screenshots
Download bigPic Extension CRX File
Download bigPic extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
bigPic 为 dribbble, iTunes Store 等网站提供【大图】浏览功能 更新说明: 由于增加了新网站支持,旧版的用户更新以后需要到 工具-扩展程序 里面重新启用一下插件。 更新历史: 2017 - 0818 苹果商店图片改为 1024 尺寸; 2013 - 0703 增加 dribbble.com 支持; 2013 - 0610 更新支持应用商店里软件图标的放大; 2013 - 0426 插件发布支持苹果手机及桌面应用商店截图放大; 希望支持的网站列表请发送网址信息到评论框。
Extension Basic Information
Name | |
ID | obabieedojfjomipgdjlldcclhdpjiol |
Official URL | https://chromewebstore.google.com/detail/bigpic/obabieedojfjomipgdjlldcclhdpjiol |
Description | Pop big pictures on websites. |
File Size | 61.83 KB |
Installation Count | 23 |
Current Version | 0.0.5 |
Last Updated | 2017-08-18 |
Publish Date | 2017-08-17 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://nan.im |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |