Grape Bubble Gum
Overrides the new tab page
Grape Bubble Gumとは何ですか?
Grape Bubble GumはMikołaj Zyzańskiによって開発されたChromeの拡張機能で、その主な機能は「Overrides the new tab page」です。
拡張機能のスクリーンショット
Grape Bubble Gum拡張機能のCRXファイルをダウンロード
Grape Bubble Gum拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A stylish new tab page with inspiring messages and an accurate clock! 拡張機能の基本情報
| 名前 | |
| ID | nnmofdhbnininldeejjljbagmkafklgm |
| 公式URL | https://chromewebstore.google.com/detail/grape-bubble-gum/nnmofdhbnininldeejjljbagmkafklgm |
| 説明 | Overrides the new tab page |
| ファイルサイズ | 117 KB |
| インストール数 | 14 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2020-08-25 |
| 公開日 | 2020-08-25 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Mikołaj Zyzański |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://mikozyz.dev/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Grape Bubble Gum",
"description": "Overrides the new tab page",
"version": "0.0.1",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [],
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "images\/icon48.png"
}
} | |