Comic Sansation
View the whole web in Comic Sans! The Comic Sansation.
Apa itu Comic Sansation?
Comic Sansation adalah ekstensi Chrome yang dikembangkan oleh qwertyman1, dan fitur utamanya adalah "View the whole web in Comic Sans! The Comic Sansation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Comic Sansation
Unduh file ekstensi Comic Sansation 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
Every page is displayed in Comic Sans.
Informasi Dasar Ekstensi
Nama | |
ID | abclfinjnggnhfhopdkefpblfikpbcak |
URL Resmi | https://chrome.google.com/webstore/detail/comic-sansation/abclfinjnggnhfhopdkefpblfikpbcak |
Deskripsi | View the whole web in Comic Sans! The Comic Sansation. |
Ukuran File | 23.07 KB |
Jumlah Instalasi | 63 |
Versi Saat Ini | 1.1.1.1117 |
Terakhir Diperbarui | 2020-06-25 |
Tanggal Publikasi | 2020-06-24 |
Penilaian | 3.60/5 Total 5 Penilaian |
Pengembang | qwertyman1 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://stoic-hawking-3d1aaa.netlify.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "comicsans\/comicsans.css" ], "js": [ "comicsans\/comicsans.js", "lib\/ga\/ga.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true } ], "background": { "scripts": [] }, "description": "__MSG_appDesc__", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "1.1.1.1117", "default_locale": "en", "icons": { "128": "comicsans\/logo128.png", "16": "comicsans\/logo16.png" }, "permissions": [ "activeTab", " |