Stylizer
Give websites user-defined CSS's.
Apa itu Stylizer?
Stylizer adalah ekstensi Chrome yang dikembangkan oleh alchen, dan fitur utamanya adalah "Give websites user-defined CSS's.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stylizer
Unduh file ekstensi Stylizer 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
Ever wanted to change the CSS stylesheet of a website and didn't feel like involving the Greasemonkey? This extension does just that. Each specified full or partial URL is regex matched to the web addresses in the tabs and automatically applies your customized stylesheets.
Informasi Dasar Ekstensi
Nama | Stylizer |
ID | mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
URL Resmi | https://chromewebstore.google.com/detail/stylizer/mbkgmbcpdlmljilggcgcfpmcdjaijmfl |
Deskripsi | Give websites user-defined CSS's. |
Ukuran File | 49.52 KB |
Jumlah Instalasi | 185 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-02-13 |
Tanggal Publikasi | 2018-02-13 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | alchen |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/alchen/stylizer |
URL Halaman Bantuan | https://github.com/alchen/stylizer/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stylizer", "description": "Give websites user-defined CSS's.", "version": "1.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |