Noveltab for Developers
Developer-friendly new tab page
What is Noveltab for Developers?
Noveltab for Developers is a Chrome extension developed by http://noveltab.com, and its main feature is "Developer-friendly new tab page".
Extension Screenshots
Download Noveltab for Developers Extension CRX File
Download Noveltab for Developers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | phmdaodfdfcieiomibneocicagcihfke |
Official URL | https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke |
Description | Developer-friendly new tab page |
File Size | 572 KB |
Installation Count | 29 |
Current Version | 0.96 |
Last Updated | 2016-10-24 |
Publish Date | 2016-10-24 |
Rating | 4.17/5 Total 6 Ratings |
Developer | http://noveltab.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |