New Tab Tools
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
New Tab Toolsとは何ですか?
New Tab ToolsはGeoff Lankowによって開発されたChromeの拡張機能で、その主な機能は「Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.」です。
拡張機能のスクリーンショット
New Tab Tools拡張機能のCRXファイルをダウンロード
New Tab Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles.
拡張機能の基本情報
名前 | ![]() |
ID | gfonmeedigdbjpgpeojioadpimflbogh |
公式URL | https://chrome.google.com/webstore/detail/new-tab-tools/gfonmeedigdbjpgpeojioadpimflbogh |
説明 | Customizes the new tab page. You can add more tiles, or a background image. And you can set new tile images and titles. |
ファイルサイズ | 174 KB |
インストール数 | 1,000 |
現在のバージョン | 90.3 |
最終更新日 | 2019-12-12 |
公開日 | 2019-12-11 |
評価 | 4.29/5 合計 34 レビュー |
開発者 | Geoff Lankow |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/darktrojan/newtabtools |
ヘルプページのURL | https://github.com/darktrojan/newtabtools/issues |
対応言語 | de,en,fr,nl,ca,es,it,lv,hu,pl,el,bg,ru,uk,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "90.3", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "96": "images\/icon96.png" }, "chrome_url_overrides": { "newtab": "newTab.xhtml" }, "background": { "scripts": [ "common.js", "tiles.js", "prefs.js", "background.js", "lib\/zip.js", "export.js" ] }, "browser_action": { "default_icon": { "16": "images\/tools-light16.png", "24": "images\/tools-light24.png", "32": "images\/tools-light32.png", "48": "images\/tools-light48.png", "64": "images\/tools-light64.png", "96": "images\/tools-light96.png" }, "default_popup": "action.html", "default_title": "__MSG_extensionName__", "browser_style": true }, "permissions": [ " |