Binary translator

Translates Binary text on mouseover

What is Binary translator?

Binary translator is a Chrome extension developed by Zuyas, and its main feature is "Translates Binary text on mouseover".

Extension Screenshots

screenshot
screenshot
screenshot

Download Binary translator Extension CRX File

Download Binary translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Binary translator Binary translator
ID fddleocmcfjhifjcenaijiboiafeajej
Official URL https://chrome.google.com/webstore/detail/binary-translator/fddleocmcfjhifjcenaijiboiafeajej
Description Translates Binary text on mouseover
File Size 55.49 KB
Installation Count 50
Current Version 0.0.3.53
Last Updated 2015-07-31
Publish Date 2015-07-31
Rating 1.80/5 Total 5 Ratings
Developer Zuyas
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}