Keyboard Overboard!

Change regular text into funky text!

Cos'è Keyboard Overboard!?

Keyboard Overboard! è un'estensione di Chrome sviluppata da Jamhead, e la sua funzione principale è "Change regular text into funky text!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyboard Overboard!

Scarica i file di estensione Keyboard Overboard! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Impress your friends with crazy writing!
This extension changes regular English text characters into other similar looking characters.

eg: Hey whatsup = Ӊҽɣ ωɦƋէƨμρ

You can have it running in your page or through the popup window!                    

Informazioni di Base sull'Estensione

Nome Keyboard Overboard! Keyboard Overboard!
ID gnngfdgninjmpahpfnkgocpebifbadbh
URL Ufficiale https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh
Descrizione Change regular text into funky text!
Dimensione del File 134 KB
Conteggio Installazioni 14
Versione Corrente 1.1.7
Ultimo Aggiornamento 2017-09-16
Data di Pubblicazione 2017-09-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jamhead
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyboard Overboard!",
    "description": "Change regular text into funky text!",
    "version": "1.1.7",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "KeyboardOverboard.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "popupImage.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "textChanger.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "popupImage.png",
        "popupImageFaded.png",
        "http:\/\/connect.facebook.net"
    ]
}