Astro Bot
A Programming Question with Every New Tab
什么是Astro Bot?
Astro Bot是由jordan.evan.campbell开发的Chrome扩展程序,该扩展的主要功能是“A Programming Question with Every New Tab”。
扩展截图
下载Astro Bot扩展crx文件
下载Astro Bot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Maintain your developer knowledge with a random programming question on every new tab.
扩展基本信息
名称 | Astro Bot |
ID | acjiedbilhbchmjblapmekfajpplpgdo |
官方URL | https://chromewebstore.google.com/detail/astro-bot/acjiedbilhbchmjblapmekfajpplpgdo |
简介 | A Programming Question with Every New Tab |
文件大小 | 195 KB |
安装次数 | 1,177 |
当前版本 | 1.0.17 |
更新时间 | 2018-11-05 |
上架时间 | 2018-11-04 |
评分 | 4.67/5 共18次评分 |
开发者 | jordan.evan.campbell |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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;" } |