Keyboard Overboard!

Change regular text into funky text!

Keyboard Overboard! là gì?

Keyboard Overboard! là một tiện ích mở rộng Chrome được phát triển bởi Jamhead, và tính năng chính của nó là "Change regular text into funky text!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyboard Overboard!

Tải xuống các tệp mở rộng Keyboard Overboard! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyboard Overboard! Keyboard Overboard!
ID gnngfdgninjmpahpfnkgocpebifbadbh
URL Chính Thức https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh
Mô tả Change regular text into funky text!
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1.7
Cập Nhật Lần Cuối 2017-09-16
Ngày Phát Hành 2017-09-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jamhead
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}