Noveltab for Developers

Developer-friendly new tab page

Noveltab for Developers란 무엇입니까?

Noveltab for Developers은(는) http://noveltab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Developer-friendly new tab page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Noveltab for Developers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Noveltab for Developers Noveltab for Developers
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"
    }
}