Astro Bot
A Programming Question with Every New Tab
Qu'est-ce que Astro Bot ?
Astro Bot est une extension Chrome développée par jordan.evan.campbell, et sa fonction principale est "A Programming Question with Every New Tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Astro Bot
Téléchargez les fichiers d'extension Astro Bot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Maintain your developer knowledge with a random programming question on every new tab.
Informations de Base sur l'Extension
Nom | Astro Bot |
ID | acjiedbilhbchmjblapmekfajpplpgdo |
URL Officiel | https://chromewebstore.google.com/detail/astro-bot/acjiedbilhbchmjblapmekfajpplpgdo |
Description | A Programming Question with Every New Tab |
Taille du Fichier | 195 KB |
Nombre d'Installations | 1,177 |
Version Actuelle | 1.0.17 |
Dernière Mise à Jour | 2018-11-05 |
Date de Publication | 2018-11-04 |
Évaluation | 4.67/5 Total 18 Évaluations |
Développeur | jordan.evan.campbell |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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;" } |