Astro Bot
A Programming Question with Every New Tab
Wat is Astro Bot?
Astro Bot is een Chrome-extensie ontwikkeld door jordan.evan.campbell, en de belangrijkste functie is "A Programming Question with Every New Tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Astro Bot
Download Astro Bot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Maintain your developer knowledge with a random programming question on every new tab.
Basisinformatie over de Extensie
Naam | Astro Bot |
ID | acjiedbilhbchmjblapmekfajpplpgdo |
Officiële URL | https://chromewebstore.google.com/detail/astro-bot/acjiedbilhbchmjblapmekfajpplpgdo |
Beschrijving | A Programming Question with Every New Tab |
Bestandsgrootte | 195 KB |
Aantal Installaties | 1,177 |
Huidige Versie | 1.0.17 |
Laatst Bijgewerkt | 2018-11-05 |
Publicatiedatum | 2018-11-04 |
Beoordeling | 4.67/5 Totaal 18 Beoordelingen |
Ontwikkelaar | jordan.evan.campbell |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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;" } |