Keyboard Overboard!

Change regular text into funky text!

Keyboard Overboard!とは何ですか?

Keyboard Overboard!はJamheadによって開発されたChromeの拡張機能で、その主な機能は「Change regular text into funky text!」です。

拡張機能のスクリーンショット

screenshot

Keyboard Overboard!拡張機能のCRXファイルをダウンロード

Keyboard Overboard!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Keyboard Overboard! Keyboard Overboard!
ID gnngfdgninjmpahpfnkgocpebifbadbh
公式URL https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh
説明 Change regular text into funky text!
ファイルサイズ 134 KB
インストール数 14
現在のバージョン 1.1.7
最終更新日 2017-09-16
公開日 2017-09-16
評価 5.00/5 合計 1 レビュー
開発者 Jamhead
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}