Wikihover
A Chrome extension that allows you get the summary of an article with the hover of your mouse.
Wikihover क्या है?
Wikihover https://ellenbrook.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that allows you get the summary of an article with the hover of your mouse."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wikihover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Are you sick of getting lost in a sea of open tabs when browsing Wikipedia? This Chrome Extension makes that problem go away. Simply hover over almost any Wikipedia link located in the main body of the page and see a brief summary appear at the top of your browser window! Remove your mouse from the link and the added text disappears. It's just that simple.
एक्सटेंशन की मूल जानकारी
नाम | Wikihover |
ID | aohcgnijnfgcofeijeeoinefklfghdcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/wikihover/aohcgnijnfgcofeijeeoinefklfghdcc |
विवरण | A Chrome extension that allows you get the summary of an article with the hover of your mouse. |
फ़ाइल का आकार | 118 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2015-08-21 |
प्रकाशन तिथि | 2015-08-21 |
रेटिंग | 4.11/5 कुल 9 रेटिंग्स |
डेवलपर | https://ellenbrook.github.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ellenbrook.github.io/ |
सहायता पृष्ठ URL | http://ellenbrook.github.io/wikihover-google-chrome-extension/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wikihover", "version": "0.0.3", "manifest_version": 2, "description": "A Chrome extension that allows you get the summary of an article with the hover of your mouse.", "homepage_url": "http:\/\/ellenbrook.github.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "http:\/\/wikipedia.org\/*", "https:\/\/wikipedia.org\/*", "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/*" ], "content_scripts": [ { "matches": [ "http:\/\/wikipedia.org\/*", "https:\/\/wikipedia.org\/*", "http:\/\/*.wikipedia.org\/*", "https:\/\/*.wikipedia.org\/*" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |