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
电子邮箱 [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"
    ]
}