Urban Dictionary Instant Word Lookup
Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.
Urban Dictionary Instant Word Lookup क्या है?
Urban Dictionary Instant Word Lookup Alireza Ghasemi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Urban Dictionary Instant Word Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Urban Dictionary Instant Word Lookup |
ID | iphhinkkgcndibcnabdcfcianhebblmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/urban-dictionary-instant/iphhinkkgcndibcnabdcfcianhebblmb |
विवरण | Lookup the selected word/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened. |
फ़ाइल का आकार | 160 KB |
स्थापना संख्या | 825 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2015-02-09 |
प्रकाशन तिथि | 2015-02-09 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | Alireza Ghasemi |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Urban Dictionary Instant Word Lookup", "description": "Lookup the selected word\/phrase in Urban Dictionary. You can see the result instantly in the same tab. No new tab is opened.", "version": "0.0.9", "permissions": [ "contextMenus", "activeTab" ], "background": { "persistent": false, "scripts": [ "js\/jquery-2.0.2.min.js", "js\/jquery.webui-popover.js", "js\/jquery.mobile-1.4.5.min.js", "js\/jquery.qtip-1.0.0-rc3.min.js", "js\/background.js", "js\/gcookie.js" ] }, "manifest_version": 2, "short_name": "UrbanDictionary Lookup", "icons": { "16": "img\/lookup128.png", "128": "img\/lookup128.png" }, "browser_action": { "default_icon": "img\/lookup128.png", "default_title": "Lookup in Urban Dictionary", "default_popup": "popup.html" } } |