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 |
Eメール | [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;" } |