Binary translator
Translates Binary text on mouseover
Binary translator क्या है?
Binary translator Zuyas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translates Binary text on mouseover"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Binary translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fddleocmcfjhifjcenaijiboiafeajej |
आधिकारिक URL | https://chrome.google.com/webstore/detail/binary-translator/fddleocmcfjhifjcenaijiboiafeajej |
विवरण | Translates Binary text on mouseover |
फ़ाइल का आकार | 55.49 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 0.0.3.53 |
अंतिम अपडेट | 2015-07-31 |
प्रकाशन तिथि | 2015-07-31 |
रेटिंग | 1.80/5 कुल 5 रेटिंग्स |
डेवलपर | Zuyas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary translator", "short_name": "btl", "version": "0.0.3.53", "description": "Translates Binary text on mouseover", "icons": { "16": "icon_128.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery.min.js", "script.min.js", "storage.js", "zTip.js" ], "css": [ "style.css", "zTip.css" ] } ], "browser_action": { "icons": [ "icon.png" ], "default_icon": "icon.png", "default_title": "Binary translator", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ] } |