New Look New Tab
Changes the default look of the new tab screen
New Look New Tabとは何ですか?
New Look New TabはEuanによって開発されたChromeの拡張機能で、その主な機能は「Changes the default look of the new tab screen」です。
拡張機能のスクリーンショット
New Look New Tab拡張機能のCRXファイルをダウンロード
New Look New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension which changes the look of Google Chrome's new tab page. Changelog: Version 1.0.0 -- First public version Version 1.0.2 -- Added a shade to the background of the clock container, to allow for easier reading of the clock Version 1.0.4 -- Added a border radius (curved edges) to the clock's container, giving the container a less sharp look Version 1.0.5 -- Renamed the project Version 1.0.6 -- Removed redundant css, changed the cursor when the clock is hovered over Version 1.0.7 -- Made the clock text unselectable Version 1.0.8 -- Added a shortcut to take the user to a search engine homepage Version 1.0.9 -- Increased size of search icon to make it more visible Version 1.1.0 -- Added an icon for the project
拡張機能の基本情報
名前 | New Look New Tab |
ID | nmfimijihijhfnoiekkadhfpkigdlnii |
公式URL | https://chromewebstore.google.com/detail/new-look-new-tab/nmfimijihijhfnoiekkadhfpkigdlnii |
説明 | Changes the default look of the new tab screen |
ファイルサイズ | 388 KB |
インストール数 | 14 |
現在のバージョン | 1.1.1 |
最終更新日 | 2018-03-14 |
公開日 | 2018-03-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Euan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Look New Tab", "description": "Changes the default look of the new tab screen", "icons": { "128": "icon-128.png" }, "version": "1.1.1", "browser_action": { "default_icon": "icon-128.png", "default_title": "New Look New Tab" }, "manifest_version": 2, "chrome_url_overrides": { "newtab": "newtab.html" } } |