Keyboard Overboard!
Change regular text into funky text!
What is Keyboard Overboard!?
Keyboard Overboard! is a Chrome extension developed by Jamhead, and its main feature is "Change regular text into funky text!".
Extension Screenshots
Download Keyboard Overboard! Extension CRX File
Download Keyboard Overboard! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | gnngfdgninjmpahpfnkgocpebifbadbh |
Official URL | https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh |
Description | Change regular text into funky text! |
File Size | 134 KB |
Installation Count | 14 |
Current Version | 1.1.7 |
Last Updated | 2017-09-16 |
Publish Date | 2017-09-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jamhead |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |