Astro Bot

A Programming Question with Every New Tab

什麼是Astro Bot?

Astro Bot是由jordan.evan.campbell開發的Chrome擴展程式,該擴展的主要功能是“A Programming Question with Every New Tab”。

擴展截圖

screenshot
screenshot

下載Astro Bot擴展crx文件

下載Astro Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Maintain your developer knowledge with a random programming question on every new tab.                    

擴展基本資訊

名稱 Astro Bot Astro Bot
ID acjiedbilhbchmjblapmekfajpplpgdo
官方網址 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;"
}