My Browser Start Page
With this extension you can easily create start/home pages for your browser.
My Browser Start Pageคืออะไร?
My Browser Start Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mybrowserstartpage.ru และคุณลักษณะหลักของมันคือ "With this extension you can easily create start/home pages for your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Browser Start Page
ดาวน์โหลดไฟล์ส่วนขยาย My Browser Start Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We have created a comfortable editor for working with sites and widgets You can: 1) Add new Site(or choose from existing site list) 2) Set background to your start page 3) Add google search 4) Turn borders on/off 5) Change site layers 6) Open site in the new tab or in the existing one 7) Change editor grid
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chloaflbkmchfoecfeblknhohhlfdgik |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/my-browser-start-page/chloaflbkmchfoecfeblknhohhlfdgik |
คำอธิบาย | With this extension you can easily create start/home pages for your browser. |
ขนาดไฟล์ | 591 KB |
จำนวนการติดตั้ง | 774 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2017-05-01 |
วันที่เผยแพร่ | 2017-05-01 |
คะแนน | 4.14/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://mybrowserstartpage.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowserstartpage.ru/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Browser Start Page", "description": "With this extension you can easily create start\/home pages for your browser.", "version": "1.4", "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/mybrowserstartpage.ru" ] }, "chrome_url_overrides": { "newtab": "index.html" } } |