Lamenewtabpage
Replace the New Tab Page with your choice.
Lamenewtabpage là gì?
Lamenewtabpage là một tiện ích mở rộng Chrome được phát triển bởi dr.zaus, và tính năng chính của nó là "Replace the New Tab Page with your choice.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lamenewtabpage
Tải xuống các tệp mở rộng Lamenewtabpage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | enbepoacecmhfdbbigckfepbjdaehhcp |
URL Chính Thức | https://chrome.google.com/webstore/detail/lamenewtabpage/enbepoacecmhfdbbigckfepbjdaehhcp |
Mô tả | Replace the New Tab Page with your choice. |
Kích Thước Tệp | 12.68 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2014-05-15 |
Ngày Phát Hành | 2014-05-15 |
Nhà Phát Triển | dr.zaus |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |