New Tab iFrame
customize new tab by an iframe
New Tab iFrameคืออะไร?
New Tab iFrame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chienwen และคุณลักษณะหลักของมันคือ "customize new tab by an iframe"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab iFrame
ดาวน์โหลดไฟล์ส่วนขยาย New Tab iFrame ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | New Tab iFrame |
ID | pjjgnpjhedgolccfdplecmnapdjhlknm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm |
คำอธิบาย | customize new tab by an iframe |
ขนาดไฟล์ | 96.19 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-09-12 |
วันที่เผยแพร่ | 2015-09-12 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | chienwen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab iFrame", "description": "customize new tab by an iframe", "version": "1.0", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ] }, "web_accessible_resources": [ "scripts\/jquery-1.10.2.min.map" ], "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/newtabiframe_16.png", "48": "images\/newtabiframe_48.png", "128": "images\/newtabiframe_128.png" } } |