Noveltab for Developers
Developer-friendly new tab page
什么是Noveltab for Developers?
Noveltab for Developers是由http://noveltab.com开发的Chrome扩展程序,该扩展的主要功能是“Developer-friendly new tab page”。
扩展截图
下载Noveltab for Developers扩展crx文件
下载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" } } |