Sketchtab
New tab page with code editor
Apa itu Sketchtab?
Sketchtab adalah ekstensi Chrome yang dikembangkan oleh https://www.clicktorelease.com, dan fitur utamanya adalah "New tab page with code editor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sketchtab
Unduh file ekstensi Sketchtab 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
A New Tab for Google Chrome with a code editor
Informasi Dasar Ekstensi
Nama | Sketchtab |
ID | ioonoapnncbgnhjfjipkfbkpkogmknlm |
URL Resmi | https://chromewebstore.google.com/detail/sketchtab/ioonoapnncbgnhjfjipkfbkpkogmknlm |
Deskripsi | New tab page with code editor |
Ukuran File | 124 KB |
Jumlah Instalasi | 42 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://www.clicktorelease.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/spite/chrome-sketchtab |
URL Halaman Bantuan | https://github.com/spite/chrome-sketchtab/issues |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sketchtab", "short_name": "Sketchtab", "description": "New tab page with code editor", "version": "0.7", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "index.html" ], "sandbox": { "pages": [ "sandbox.html" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'" } |