BiggerPic
Takes you directly to the bigger picture on TinyPic.
BiggerPic क्या है?
BiggerPic Waha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes you directly to the bigger picture on TinyPic."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BiggerPic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |