Perfect New Tab
This extension replaces the new tab page with a more feature-rich and lightweight page.
Perfect New Tabとは何ですか?
Perfect New TabはAnkit Gauravによって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the new tab page with a more feature-rich and lightweight page.」です。
拡張機能のスクリーンショット
Perfect New Tab拡張機能のCRXファイルをダウンロード
Perfect New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Rejuvenate your New Tab Page in Chrome 🔥 Features: 1. Lightweight (~ half the memory consumption compared to default new tab page) 3. Fast (New tab should load in a jiffy) 4. Quick access to recently bookmarked links (Don't worry where your last bookmark went) 4. Handy Todos widget 5. Most Frequently visited sites 6. Shortcuts for settings, downloads, history etc. 7. Change theme colors to your taste (Right-click on extension icon and go to Options) This is a work-in-progress, and updates shall continue to come in intervals for improvements. Changelog (Maintained from version 6.0.0 onwards): Version: 6.0.1 + Add customization shortcut Version: 6.0.0 + Add color customization for theming
拡張機能の基本情報
名前 | |
ID | ljiklnmddpaoonnaoocaolnmpfcohjkn |
公式URL | https://chrome.google.com/webstore/detail/perfect-new-tab/ljiklnmddpaoonnaoocaolnmpfcohjkn |
説明 | This extension replaces the new tab page with a more feature-rich and lightweight page. |
ファイルサイズ | 138 KB |
インストール数 | 48 |
現在のバージョン | 6.0.1 |
最終更新日 | 2020-10-15 |
公開日 | 2019-03-05 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Ankit Gaurav |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/theankitgaurav/perfect-new-tab |
ヘルプページのURL | https://github.com/theankitgaurav/perfect-new-tab/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Perfect New Tab", "description": "This extension replaces the new tab page with a more feature-rich and lightweight page.", "homepage_url": "https:\/\/github.com\/theankitgaurav\/perfect-new-tab", "version": "6.0.1", "options_page": "src\/options.html", "chrome_url_overrides": { "newtab": "src\/index.html" }, "browser_action": [], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": true }, "icons": { "48": "static\/icons\/icon.png" }, "permissions": [ "tabs", "bookmarks", "storage", "downloads", "history", "sessions", "topSites", "chrome:\/\/favicon\/" ] } |