Dev-Dash

Replace a new tab page with a dashboard designed with developers in mind.

Dev-Dash란 무엇입니까?

Dev-Dash은(는) ncal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace a new tab page with a dashboard designed with developers in mind."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Dev-Dash 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replace a new tab page with a dashboard designed with developers and software engineers in mind. 

Dev Dash features:
- New in  v0.1.2.2:  *~ Crypto-Currency tickers ~*
-Bitcoin, Litecoin, Ethereum, & Bitcoin cash
- A current news feed from Ycombinator's Hacker News
-Github integration for quick and easy access to repos & followers
-Documentation for your favorite programming languages and frameworks
-A quick search from Google, Github, & Stack Overflow
-And of course, the time and weather


0.1.0 update: Per Request, All Docs/Bookmarks are now removable 
(custom bookmarks will need to be re-added)                    

확장 프로그램 기본 정보

이름 Dev-Dash Dev-Dash
ID ldkbpnbhocpbliadbhleccjenkndklma
공식 URL https://chromewebstore.google.com/detail/dev-dash/ldkbpnbhocpbliadbhleccjenkndklma
설명 Replace a new tab page with a dashboard designed with developers in mind.
파일 크기 37.6 MB
설치 횟수 48
현재 버전 0.1.2.5
최근 업데이트 2018-01-16
출시 날짜 2018-01-16
평점 4.70/5 총 10 개의 평점
개발자 ncal
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "author": "Nathan Broaddus",
    "background": {
        "persistent": false,
        "scripts": [
            "bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "description": "Replace a new tab page with a dashboard designed with developers in mind.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAokw1al6iAZUJntk0uULPpGqSLY6FrCP5T5j+EnKOtme97dz3\/UfWIul28dTq63OKCGqRbxoo+DKIYXcIY3tKM4E3dPo1MrY7QC1jqUo80kpr11tr8SBMsTiCkYIBcjzhhRn6cRilggvxkauLadaGz2uUFXSEID+XRwQb1mmFCIL0VeaJbQekPJ7fkvTIEy7YKOuO9Q1acZf4hflVBvXh7Zvp8VaM4OrefAc4eGAU0WMpA5xpKFZVCBndcgwsLaA6kfmJPx7guJw4wL9436\/IfiKCg3Sp9BJrkyV4Y7FAMyvftsrbrRhZm3pEzUT5OY05oujfOL+rvZcV47EngvshfQIDAQAB",
    "manifest_version": 2,
    "name": "Dev-Dash",
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "geolocation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2.5"
}