Keyboard Overboard!
Change regular text into funky text!
Wat is Keyboard Overboard!?
Keyboard Overboard! is een Chrome-extensie ontwikkeld door Jamhead, en de belangrijkste functie is "Change regular text into funky text!".
Extensie Screenshots
Download het CRX-bestand van de extensie Keyboard Overboard!
Download Keyboard Overboard!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | gnngfdgninjmpahpfnkgocpebifbadbh |
Officiële URL | https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh |
Beschrijving | Change regular text into funky text! |
Bestandsgrootte | 134 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2017-09-16 |
Publicatiedatum | 2017-09-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Jamhead |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |