Lamenewtabpage
Replace the New Tab Page with your choice.
Lamenewtabpageとは何ですか?
Lamenewtabpageはdr.zausによって開発されたChromeの拡張機能で、その主な機能は「Replace the New Tab Page with your choice.」です。
拡張機能のスクリーンショット
Lamenewtabpage拡張機能のCRXファイルをダウンロード
Lamenewtabpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to "customize" the New Tab Page by specifying an alternate URL to redirect. Provides common examples (such as Chrome's App page, settings, extensions, as well as popular social media sites. Based on the excellent New Tab Redirect extension, but with less "fluff". Source code at https://github.com/zaus/chrome-ext-lamenewtabpage. Options: * The url to redirect to * includes dropdown list of common examples * An optional delay before redirecting (which lets you start typing a URL immediately, without needing to delete the redirected url) * Debug mode -- just dumps some system events to the console **Permissions** * storage -- so it can sync your settings across browser instances.
拡張機能の基本情報
名前 | |
ID | enbepoacecmhfdbbigckfepbjdaehhcp |
公式URL | https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp |
説明 | Replace the New Tab Page with your choice. |
ファイルサイズ | 12.68 KB |
インストール数 | 57 |
現在のバージョン | 0.2 |
最終更新日 | 2014-05-15 |
公開日 | 2014-05-15 |
開発者 | dr.zaus |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lamenewtabpage", "version": "0.2", "description": "Replace the New Tab Page with your choice.", "icons": { "128": "icon96.png", "48": "icon48.png" }, "chrome_url_overrides": { "newtab": "redirect.html" }, "options_page": "options.html", "permissions": [ "storage" ], "incognito": "split" } |