BiggerPic
Takes you directly to the bigger picture on TinyPic.
什么是BiggerPic?
BiggerPic是由Waha开发的Chrome扩展程序,该扩展的主要功能是“Takes you directly to the bigger picture on TinyPic.”。
下载BiggerPic扩展crx文件
下载BiggerPic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
TinyPic made some change a while back that forced you to view their stupid gallery view of a photo when you try to access it directly. This allows you to access it directly, bypassing that gallery view. If you have any issues please post the URL of the raw image and the gallery URL (looks like http://tinypic.com/view.php?pic=BLAH&s=NUMBER)
扩展基本信息
名称 | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
官方URL | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
简介 | Takes you directly to the bigger picture on TinyPic. |
文件大小 | 3.25 KB |
安装次数 | 15 |
当前版本 | 0.2 |
更新时间 | 2013-08-30 |
上架时间 | 2013-08-30 |
开发者 | Waha |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BiggerPic", "description": "Takes you directly to the bigger picture on TinyPic.", "background": { "scripts": [ "bg.js" ] }, "version": "0.2", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.tinypic.com\/*" ] } |