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.”。
扩展截图
下载Dev-Dash扩展crx文件
下载Dev-Dash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| 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"
} | |