Binary translator

Translates Binary text on mouseover

Wat is Binary translator?

Binary translator is een Chrome-extensie ontwikkeld door Zuyas, en de belangrijkste functie is "Translates Binary text on mouseover".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Binary translator

Download Binary translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Binary translator Binary translator
ID fddleocmcfjhifjcenaijiboiafeajej
Officiële URL https://chrome.google.com/webstore/detail/binary-translator/fddleocmcfjhifjcenaijiboiafeajej
Beschrijving Translates Binary text on mouseover
Bestandsgrootte 55.49 KB
Aantal Installaties 50
Huidige Versie 0.0.3.53
Laatst Bijgewerkt 2015-07-31
Publicatiedatum 2015-07-31
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Zuyas
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}