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 |
官方網址 | 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" } |