BiggerPic
Takes you directly to the bigger picture on TinyPic.
Co je BiggerPic?
BiggerPic je rozšíření Chrome vyvinuté Waha, a jeho hlavní funkcí je „Takes you directly to the bigger picture on TinyPic.“.
Stáhnout soubor CRX rozšíření BiggerPic
Stáhněte si soubory rozšíření BiggerPic ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
Oficiální URL | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Popis | Takes you directly to the bigger picture on TinyPic. |
Velikost souboru | 3.25 KB |
Počet instalací | 15 |
Aktuální Verze | 0.2 |
Poslední Aktualizace | 2013-08-30 |
Datum Vydání | 2013-08-30 |
Vývojář | Waha |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |