Noveltab for Developers
Developer-friendly new tab page
Apa itu Noveltab for Developers?
Noveltab for Developers adalah ekstensi Chrome yang dikembangkan oleh http://noveltab.com, dan fitur utamanya adalah "Developer-friendly new tab page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Noveltab for Developers
Unduh file ekstensi Noveltab for Developers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | phmdaodfdfcieiomibneocicagcihfke |
URL Resmi | https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke |
Deskripsi | Developer-friendly new tab page |
Ukuran File | 572 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.96 |
Terakhir Diperbarui | 2016-10-24 |
Tanggal Publikasi | 2016-10-24 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | http://noveltab.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |