BiggerPic
Takes you directly to the bigger picture on TinyPic.
Wat is BiggerPic?
BiggerPic is een Chrome-extensie ontwikkeld door Waha, en de belangrijkste functie is "Takes you directly to the bigger picture on TinyPic.".
Download het CRX-bestand van de extensie BiggerPic
Download BiggerPic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | ![]() |
ID | ednnacfdjdinebpoafbggebiialnigml |
Officiële URL | https://chrome.google.com/webstore/detail/biggerpic/ednnacfdjdinebpoafbggebiialnigml |
Beschrijving | Takes you directly to the bigger picture on TinyPic. |
Bestandsgrootte | 3.25 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2013-08-30 |
Publicatiedatum | 2013-08-30 |
Ontwikkelaar | Waha |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |