Lightweight New Tab Page
Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.
Lightweight New Tab Pageとは何ですか?
Lightweight New Tab PageはDJ Madeiraによって開発されたChromeの拡張機能で、その主な機能は「Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.」です。
拡張機能のスクリーンショット
Lightweight New Tab Page拡張機能のCRXファイルをダウンロード
Lightweight New Tab Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Best features: - Lightning fast (~20ms) - Full CSS customization - Custom quick links - Accessible - Cache & history clearing tools - Chrome-native feel If you want a new feature, you can file an issue or submit a pull request on GitHub: https://github.com/djmadeira/lightweight-new-tab-page However, I'm going to be pretty conservative on what get's added. I want this to stay very, very simple. Store image background credit: Abdul Rahman https://www.flickr.com/photos/yunir/15647252567
拡張機能の基本情報
名前 | |
ID | cahfgmimpeeiibiicmeengglhpnhbkki |
公式URL | https://chrome.google.com/webstore/detail/lightweight-new-tab-page/cahfgmimpeeiibiicmeengglhpnhbkki |
説明 | Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't. |
ファイルサイズ | 35.08 KB |
インストール数 | 80 |
現在のバージョン | 1.2.3 |
最終更新日 | 2015-04-14 |
公開日 | 2015-04-14 |
評価 | 4.33/5 合計 9 レビュー |
開発者 | DJ Madeira |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/djmadeira/lightweight-new-tab-page |
ヘルプページのURL | https://github.com/djmadeira/lightweight-new-tab-page/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lightweight New Tab Page", "short_name": "Lightweight New Tab", "description": "Lightning fast loading, full CSS customization, and lots of handy tools. Just stuff you want, nothing you don't.", "author": "DJ Madeira", "version": "1.2.3", "permissions": [ "tabs", "browsingData", "history", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" } } |