G1B
Aesthetic alternative to the default new tab.
G1Bとは何ですか?
G1Bはg1ebによって開発されたChromeの拡張機能で、その主な機能は「Aesthetic alternative to the default new tab.」です。
拡張機能のスクリーンショット
G1B拡張機能のCRXファイルをダウンロード
G1B拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Aesthetic alternative to the default new tab. Change your "New Tab" into an aesthetic digital piece of eye candy. Does not effect typical google search functionality on submit. Use backslash as keyword to trigger text animations. Controls: - Long press to set background color and/or branding image. - Press esc key to cancel any changes.
拡張機能の基本情報
名前 | |
ID | nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
公式URL | https://chromewebstore.google.com/detail/g1b/nnddcgoiijlgjmeeodhhbebcjlmgdnnh |
説明 | Aesthetic alternative to the default new tab. |
ファイルサイズ | 33.15 KB |
インストール数 | 25 |
現在のバージョン | 0.0.8 |
最終更新日 | 2016-10-05 |
公開日 | 2016-10-05 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | g1eb |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "G1B", "short_name": "G1B", "description": "Aesthetic alternative to the default new tab.", "version": "0.0.8", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "web_accessible_resources": [ "src\/script.js", "src\/styles.css", "images\/icon.png" ] } |