BiggerPic
Takes you directly to the bigger picture on TinyPic.
Τι είναι το BiggerPic;
Το BiggerPic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Waha, και η κύρια λειτουργία του είναι "Takes you directly to the bigger picture on TinyPic.".
Λήψη αρχείου CRX της επέκτασης BiggerPic
Λήψη αρχείων επέκτασης 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\/*" ] } |