BiggerPic
Takes you directly to the bigger picture on TinyPic.
Vad är BiggerPic?
BiggerPic är en Chrome-tillägg utvecklad av Waha, och dess huvudfunktion är "Takes you directly to the bigger picture on TinyPic.".
Ladda ner BiggerPic-förlängningens CRX-fil
Ladda ner BiggerPic-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
Officiell webbadress | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Beskrivning | Takes you directly to the bigger picture on TinyPic. |
Filstorlek | 3.25 KB |
Antal Installationer | 15 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2013-08-30 |
Publiceringsdatum | 2013-08-30 |
Utvecklare | Waha |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |