Keyboard Overboard!
Change regular text into funky text!
Apa itu Keyboard Overboard!?
Keyboard Overboard! adalah ekstensi Chrome yang dikembangkan oleh Jamhead, dan fitur utamanya adalah "Change regular text into funky text!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Keyboard Overboard!
Unduh file ekstensi Keyboard Overboard! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | gnngfdgninjmpahpfnkgocpebifbadbh |
URL Resmi | https://chrome.google.com/webstore/detail/gnngfdgninjmpahpfnkgocpebifbadbh |
Deskripsi | Change regular text into funky text! |
Ukuran File | 134 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.1.7 |
Terakhir Diperbarui | 2017-09-16 |
Tanggal Publikasi | 2017-09-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Jamhead |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |