Astro Bot
A Programming Question with Every New Tab
Apa itu Astro Bot?
Astro Bot adalah ekstensi Chrome yang dikembangkan oleh jordan.evan.campbell, dan fitur utamanya adalah "A Programming Question with Every New Tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Astro Bot
Unduh file ekstensi Astro Bot 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
Maintain your developer knowledge with a random programming question on every new tab.
Informasi Dasar Ekstensi
Nama | Astro Bot |
ID | acjiedbilhbchmjblapmekfajpplpgdo |
URL Resmi | https://chromewebstore.google.com/detail/astro-bot/acjiedbilhbchmjblapmekfajpplpgdo |
Deskripsi | A Programming Question with Every New Tab |
Ukuran File | 195 KB |
Jumlah Instalasi | 1,177 |
Versi Saat Ini | 1.0.17 |
Terakhir Diperbarui | 2018-11-05 |
Tanggal Publikasi | 2018-11-04 |
Penilaian | 4.67/5 Total 18 Penilaian |
Pengembang | jordan.evan.campbell |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Astro Bot", "description": "A Programming Question with Every New Tab", "version": "1.0.17", "manifest_version": 2, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'; connect-src 'self' wss:\/\/*.firebaseio.com https:\/\/*.firebaseio.com;" } |