Set ABOUT:BLANK as NEW TAB page
Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Set ABOUT:BLANK as NEW TAB pageคืออะไร?
Set ABOUT:BLANK as NEW TAB page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://puvox.software และคุณลักษณะหลักของมันคือ "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set ABOUT:BLANK as NEW TAB page
ดาวน์โหลดไฟล์ส่วนขยาย Set ABOUT:BLANK as NEW TAB page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this extension to have "about:blank" as your new tab page. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | amcfcgenknhnhicjonfnclkehkpfnfjl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl |
| คำอธิบาย | Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab. |
| ขนาดไฟล์ | 10.81 KB |
| จำนวนการติดตั้ง | 72 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2021-02-01 |
| วันที่เผยแพร่ | 2021-02-01 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | https://puvox.software |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://puvox.software |
| URL หน้านโยบายความเป็นส่วนตัว | https://puvox.software/info/privacy-policy |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Set ABOUT:BLANK as NEW TAB page",
"version": "1.0.1",
"manifest_version": 2,
"description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "empty.html"
}
} | |