DevTab
New tab extension that provides tools for front-end developers
什麼是DevTab?
DevTab是由dtn開發的Chrome擴展程式,該擴展的主要功能是“New tab extension that provides tools for front-end developers”。
擴展截圖
下載DevTab擴展crx文件
下載DevTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
DevTab replaces your new tab with a personalized, front-end developer focused home page to cater all your needs.
--- FEATURES ---
- Greeting based on local time of day with (username personalization)
- Pomodoro timer to optimize productivity
- Various backgrounds to view a beautiful image on each new tab
- Quicklinks to access frequently visited sites
- Sticky notes to store reminders, lists, etc.
- Color picker to access HEX, RGB, HSL color codes
- HTML/CSS code validators
- Page speed insights to test your website's performance
- Newsfeed with various article sources
- Settings for user customization/personalization
--- UPDATES ---
- Settings includes updates
- Sticky notes are re-sizable
- Timer has input option
--- BUG FIXES ---
- Quicklinks flicker
- Scroll on Mozilla pages
- Sticky note re-size icon above other elements
- Timer persists when out of focus
--- HELP/SUGGESTIONS & CONTACT ---
GitHub: https://github.com/chingu-coders/Voyage2-Turtles-02
Email: [email protected] 擴展基本資訊
| 名稱 | |
| ID | alolnmpdpmfhpcaljhaheeoedkfkganm |
| 官方網址 | https://chromewebstore.google.com/detail/devtab/alolnmpdpmfhpcaljhaheeoedkfkganm |
| 簡介 | New tab extension that provides tools for front-end developers |
| 檔案大小 | 39.69 MB |
| 安裝次數 | 149 |
| 目前版本 | 1.1.4 |
| 更新時間 | 2018-02-07 |
| 上架時間 | 2018-02-07 |
| 評分 | 4.92/5 共 13 次評分 |
| 開發者 | dtn |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/chingu-coders/Voyage2-Turtles-02 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DevTab",
"description": "New tab extension that provides tools for front-end developers",
"manifest_version": 2,
"version": "1.1.4",
"icons": {
"128": "assets\/img\/devtab5.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": "assets\/img\/devtab5.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.mozilla.org\/*"
],
"js": [
"js\/app.min.js"
],
"css": [
"css\/styles.css"
],
"run_at": "document_idle"
}
]
} | |