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 |
官方網址 | 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\/*" ] } |