WikiTweaks
A restyling of Wikipedia that saves screen space and adds on-hover previews.
Apa itu WikiTweaks?
WikiTweaks adalah ekstensi Chrome yang dikembangkan oleh joelsimon6, dan fitur utamanya adalah "A restyling of Wikipedia that saves screen space and adds on-hover previews.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WikiTweaks
Unduh file ekstensi WikiTweaks 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
WikiTweaks goal is to become a full restyling of Wikipedia. Too much screen space is used with things that almost nobody looks at or uses. WikiTweaks also adds drop down previews of links to help avoid congesting your browser with wikipedia tabs. Features: Removal of rarely used UI. Mouse over preview of links. Click the extension button for recently viewed wikipedia pages.
Informasi Dasar Ekstensi
Nama | |
ID | oanljooinjjfgikjbpcjnekmgfakjpnc |
URL Resmi | https://chrome.google.com/webstore/detail/wikitweaks/oanljooinjjfgikjbpcjnekmgfakjpnc |
Deskripsi | A restyling of Wikipedia that saves screen space and adds on-hover previews. |
Ukuran File | 53.02 KB |
Jumlah Instalasi | 197 |
Versi Saat Ini | 1.7.1 |
Terakhir Diperbarui | 2014-12-10 |
Tanggal Publikasi | 2014-12-10 |
Penilaian | 3.86/5 Total 7 Penilaian |
Pengembang | joelsimon6 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WikiTweaks", "description": "A restyling of Wikipedia that saves screen space and adds on-hover previews.", "version": "1.7.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.wikipedia.org\/*", "storage" ], "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "js": [ "jquery.min.js", "WikiTweaks.js" ], "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "manifest_version": 2 } |