Start! 2
A new start page for all your start paging needs.
Start! 2คืออะไร?
Start! 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ilkkah.com และคุณลักษณะหลักของมันคือ "A new start page for all your start paging needs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Start! 2
ดาวน์โหลดไฟล์ส่วนขยาย Start! 2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Start! 2 is a new version of Start!
Features:
- Automatic logo fetching
- Automatic background images from Flickr, a new background updates periodically
- A nice bookmarks browser
Support: http://ilkkah.com/2017/03/01/start-2/ ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kmpdihgkoocjnalpalbomgfmheaooclo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/start-2/kmpdihgkoocjnalpalbomgfmheaooclo |
| คำอธิบาย | A new start page for all your start paging needs. |
| ขนาดไฟล์ | 124 KB |
| จำนวนการติดตั้ง | 81 |
| เวอร์ชันปัจจุบัน | 1.1.8 |
| อัปเดตครั้งล่าสุด | 2017-04-01 |
| วันที่เผยแพร่ | 2017-03-31 |
| คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | https://ilkkah.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://ilkkah.com/2017/03/01/start-2/ |
| URL หน้าช่วยเหลือ | http://ilkkah.com/2017/03/01/start-2/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Start! 2",
"version": "1.1.8",
"manifest_version": 2,
"description": "A new start page for all your start paging needs.",
"icons": {
"16": "stuff\/1276754433_media-playback-start.png",
"32": "stuff\/1276754432_media-playback-start.png",
"48": "stuff\/start-icon-48.png",
"128": "stuff\/start-icon-128.png"
},
"chrome_url_overrides": {
"newtab": "browse.html"
},
"permissions": [
"http:\/\/*\/",
"https:\/\/*\/",
"chrome:\/\/favicon\/",
"bookmarks",
"tabs",
"management"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/api.flickr.com; object-src 'self'"
} | |