Hoverable
Hoverable - automatically enlarge photo links.
Hoverable क्या है?
Hoverable Will Charczuk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hoverable - automatically enlarge photo links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hoverable एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. Supports links to a number of sites, including: - imgur.com - gfycat.com - instagram.com - flickr.com - wikipedia.org
एक्सटेंशन की मूल जानकारी
नाम | Hoverable |
ID | oiegbjhacgfjnojenkfcjfihebknpnef |
आधिकारिक URL | https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef |
विवरण | Hoverable - automatically enlarge photo links. |
फ़ाइल का आकार | 36.93 KB |
स्थापना संख्या | 448 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2014-10-16 |
प्रकाशन तिथि | 2014-10-15 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | Will Charczuk |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hoverable", "short_name": "Hoverable", "version": "0.9", "manifest_version": 2, "description": "Hoverable - automatically enlarge photo links.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "hoverable.css" ], "js": [ "zepto.min.js", "extension.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.flickr.com\/photos\/*", "http:\/\/img.photobucket.com\/*", "http:\/\/imgclean.com\/*", "http:\/\/backend.deviantart.com\/oembed?url=*", "https:\/\/mediacru.sh\/*", "http:\/\/noembed.com\/embed?url=*", "http:\/\/instagram.com\/*", "http:\/\/*.instagram.com\/*", "http:\/\/tumblr.com\/*", "http:\/\/*.tumblr.com\/*", "http:\/\/t.co\/*", "http:\/\/goo.gl\/*", "http:\/\/bit.ly\/*", "http:\/\/tiny.cc\/*", "http:\/\/*.wikipedia.org\/*", "http:\/\/*.gfycat.com\/*" ] } |