Lamenewtabpage
Replace the New Tab Page with your choice.
Lamenewtabpageคืออะไร?
Lamenewtabpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dr.zaus และคุณลักษณะหลักของมันคือ "Replace the New Tab Page with your choice."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lamenewtabpage
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |