New Tab Page Injector with Bookmarks Bar
Replaces your new tab page content with custom HTML content.
New Tab Page Injector with Bookmarks Barคืออะไร?
New Tab Page Injector with Bookmarks Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pquiring และคุณลักษณะหลักของมันคือ "Replaces your new tab page content with custom HTML content."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab Page Injector with Bookmarks Bar
ดาวน์โหลดไฟล์ส่วนขยาย New Tab Page Injector with Bookmarks Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces (injects) content on your New Tab page with a simple speed dial screen. Keeps your bookmark bar in place. Get rid of the crud on your NTP and put in something useful. You can now edit the content that gets injected from the Options. Source available at github.com/pquiring/ChromeNTPInjector
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gmaihihoocaedbkbbekcajinlbkllhph |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/new-tab-page-injector-wit/gmaihihoocaedbkbbekcajinlbkllhph |
คำอธิบาย | Replaces your new tab page content with custom HTML content. |
ขนาดไฟล์ | 133 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.6.1 |
อัปเดตครั้งล่าสุด | 2016-09-10 |
วันที่เผยแพร่ | 2016-09-10 |
คะแนน | 3.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | pquiring |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "author": "Peter Quiring", "content_scripts": [ { "css": [ "n.css" ], "js": [ "n.js", "default.js" ], "matches": [ "https:\/\/*\/_\/chrome\/newtab*", "*:\/\/local-ntp\/local-ntp.html" ], "run_at": "document_end" } ], "icons": { "24": "injector24.png", "128": "injector128.png" }, "name": "New Tab Page Injector with Bookmarks Bar", "short_name": "New Tab Page Injector", "description": "Replaces your new tab page content with custom HTML content.", "manifest_version": 2, "minimum_chrome_version": "29", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "options_page": "options.html", "web_accessible_resources": [ "amazon.ico", "facebook.ico", "gcalendar.ico", "gcontacts.ico", "gdrive.ico", "gmail.ico", "gmaps.ico", "gnews.png", "gplay.ico", "gplus.ico", "gsearch.ico", "gtranslate.ico", "hbo.ico", "netflix.ico", "pandora.ico", "spotify.ico", "wikipedia.ico", "youtube.ico", "ginbox.png", "hulu.png" ], "version": "1.6.1" } |