Noveltab for Developers
Developer-friendly new tab page
Noveltab for Developersคืออะไร?
Noveltab for Developers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://noveltab.com และคุณลักษณะหลักของมันคือ "Developer-friendly new tab page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Noveltab for Developers
ดาวน์โหลดไฟล์ส่วนขยาย Noveltab for Developers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Noveltab makes your new tab page developer-friendly! *** Smart history *** Quick access to recently visited resources: - Github projects - Documentation - Stackoverflow questions - Bugtracker tickets - Google Docs - Forum topics *** Direct search *** Search isn't only Google! Search directly in Stackoverflow, Wikipedia, and other services as well. *** News Feed *** News feed from popular tech websites to keep you up to date with the latest events.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | phmdaodfdfcieiomibneocicagcihfke |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke |
คำอธิบาย | Developer-friendly new tab page |
ขนาดไฟล์ | 572 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.96 |
อัปเดตครั้งล่าสุด | 2016-10-24 |
วันที่เผยแพร่ | 2016-10-24 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://noveltab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Noveltab for Developers", "description": "Developer-friendly new tab page", "version": "0.96", "permissions": [ "history", "storage", "tabs", "activeTab" ], "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com\/complete\/ https:\/\/ajax.googleapis.com\/ajax\/services\/feed\/ https:\/\/*.googleapis.com\/ https:\/\/www.google.com\/; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/img\/nt128x128.png", "48": "assets\/img\/nt48x48.png", "16": "assets\/img\/nt16x16.png" } } |