New Tab with Apps
Override the new tab page with Google Chrome Apps page, does not need many permissions
New Tab with Appsคืออะไร?
New Tab with Apps เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/sandeshmore และคุณลักษณะหลักของมันคือ "Override the new tab page with Google Chrome Apps page, does not need many permissions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab with Apps
ดาวน์โหลดไฟล์ส่วนขยาย New Tab with Apps ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Changes the new tab with apps tab. This extension does not need any special permissions apart from tabs access.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab with Apps |
ID | ccahedhbdoiklejagbfhklgmhefagpgd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-with-apps/ccahedhbdoiklejagbfhklgmhefagpgd |
คำอธิบาย | Override the new tab page with Google Chrome Apps page, does not need many permissions |
ขนาดไฟล์ | 10.12 KB |
จำนวนการติดตั้ง | 401 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2014-04-04 |
วันที่เผยแพร่ | 2014-04-03 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/sandeshmore |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab with Apps", "description": "Override the new tab page with Google Chrome Apps page, does not need many permissions", "version": "0.2", "chrome_url_overrides": { "newtab": "new_tab_chrome_apps.html" }, "permissions": [ "tabs" ], "icons": { "16": "allapps16.png", "48": "allapps48.png", "128": "allapps128.png" }, "manifest_version": 2 } |