XKCD Substitutions
Change words to make stories more interesting.
Apa itu XKCD Substitutions?
XKCD Substitutions adalah ekstensi Chrome yang dikembangkan oleh Jamhead, dan fitur utamanya adalah "Change words to make stories more interesting.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi XKCD Substitutions
Unduh file ekstensi XKCD Substitutions 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
Based on the xkcd post http://xkcd.com/1288/ This automatically makes stories "more interesting" on any page you load. If you like this extension, you may find my grammer nazi sniper extension interesting! https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed
Informasi Dasar Ekstensi
Nama | |
ID | lbinmfmfmffgamcaljgbfajbcnokjedd |
URL Resmi | https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd |
Deskripsi | Change words to make stories more interesting. |
Ukuran File | 67.69 KB |
Jumlah Instalasi | 20 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-11-10 |
Tanggal Publikasi | 2013-11-10 |
Pengembang | Jamhead |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XKCD Substitutions", "short_name": "xkcd subs", "description": "Change words to make stories more interesting.", "version": "1.0.1", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "wordChanger.js" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |