Replace NewTab
An extension to configure new tabs.
Replace NewTabคืออะไร?
Replace NewTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer.waieight. และคุณลักษณะหลักของมันคือ "An extension to configure new tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace NewTab
ดาวน์โหลดไฟล์ส่วนขยาย Replace NewTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By setting a URL, the URL will be set from the new tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Replace NewTab |
ID | hdacjmeajjdhbgmmeoebpklfmloifahh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/replace-newtab/hdacjmeajjdhbgmmeoebpklfmloifahh |
คำอธิบาย | An extension to configure new tabs. |
ขนาดไฟล์ | 9.29 KB |
จำนวนการติดตั้ง | 358 |
เวอร์ชันปัจจุบัน | 0.0.1.61 |
อัปเดตครั้งล่าสุด | 2024-01-22 |
วันที่เผยแพร่ | 2020-06-06 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | developer.waieight. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://waieight.hatenablog.jp/ |
URL หน้านโยบายความเป็นส่วนตัว | https://waieight.hatenablog.jp/entry/2021/03/23/180238 |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replace NewTab", "version": "1.0.1.61", "version_name": "0.0.1.61", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "128": "\/icon\/icon_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webNavigation" ], "chrome_url_overrides": { "newtab": "\/html\/newtab.html" }, "action": { "default_icon": { "19": "\/icon\/icon_128.png" }, "default_title": "Create replace URL", "default_popup": "\/html\/popup.html" } } |