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 |
Eメール | [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" } } |