Beautiful New Tab
A beautiful new tab page
Beautiful New Tabとは何ですか?
Beautiful New TabはMatt Carrickによって開発されたChromeの拡張機能で、その主な機能は「A beautiful new tab page」です。
拡張機能のスクリーンショット
Beautiful New Tab拡張機能のCRXファイルをダウンロード
Beautiful New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
拡張機能の基本情報
名前 | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
公式URL | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
説明 | A beautiful new tab page |
ファイルサイズ | 3.78 MB |
インストール数 | 167 |
現在のバージョン | 1.19 |
最終更新日 | 2019-08-28 |
公開日 | 2019-08-28 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | Matt Carrick |
支払い方法 | free |
拡張機能のウェブサイト | http://rokco.org |
ヘルプページのURL | https://github.com/xRokco/New-Tab |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |