Multi New Tab
Your favorite sites on new tab pages.
Multi New Tabคืออะไร?
Multi New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getmulti.co และคุณลักษณะหลักของมันคือ "Your favorite sites on new tab pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Multi New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enter multiple sites to display in new Chrome tabs. Here's how it works: 1. Install the Multi Chrome extension. 2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites. 3. With each new tab, Multi will select and open a random site from your list. 4. Edit your list of sites at any time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhgmljnajbbeefmfjiohbobioapdegag |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag |
คำอธิบาย | Your favorite sites on new tab pages. |
ขนาดไฟล์ | 74.43 KB |
จำนวนการติดตั้ง | 1,635 |
เวอร์ชันปัจจุบัน | 1.0.9 |
อัปเดตครั้งล่าสุด | 2023-03-31 |
วันที่เผยแพร่ | 2018-03-28 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://getmulti.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://getmulti.co |
URL หน้าช่วยเหลือ | https://getmulti.co |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi New Tab", "version": "1.0.9", "description": "Your favorite sites on new tab pages.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |