Elegant Startage | New Tab
An elegant and powerful startpage.
Elegant Startage | New Tabとは何ですか?
Elegant Startage | New Tabはthomaidistheoによって開発されたChromeの拡張機能で、その主な機能は「An elegant and powerful startpage.」です。
拡張機能のスクリーンショット
Elegant Startage | New Tab拡張機能のCRXファイルをダウンロード
Elegant Startage | New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An elegant and powerful startpage. A New Tab replacement with elegant design and powerful tools to boost your productivity. First things first, yes there is a dark mode option. List of tools: - Create custom bookmarks for your favorite websites - Add tasks to an organized ToDo List - Take notes and add them to a Notes List - Google search box - Light / Dark theme All that in 1 page, accessible in your New Tab. The perfect tool for productivity.
拡張機能の基本情報
名前 | Elegant Startage | New Tab |
ID | odgeaoeiadnifppkijkaiiafbcendbhd |
公式URL | https://chromewebstore.google.com/detail/elegant-startage-new-tab/odgeaoeiadnifppkijkaiiafbcendbhd |
説明 | An elegant and powerful startpage. |
ファイルサイズ | 1.04 MB |
インストール数 | 90 |
現在のバージョン | 1.6.3 |
最終更新日 | 2021-02-04 |
公開日 | 2021-02-03 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | thomaidistheo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elegant Startage | New Tab", "description": "An elegant and powerful startpage.", "version": "1.6.3", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "\/assets\/96x96_icon.png" }, "permission": [ "tabs" ], "background": { "scripts": [ "script.js" ], "persistent": false } } |