Light New Tab
Replacement for new tab. Simple speed dial.
什麼是Light New Tab?
Light New Tab是由Sergey Bevzuk開發的Chrome擴展程式,該擴展的主要功能是“Replacement for new tab. Simple speed dial.”。
擴展截圖
下載Light New Tab擴展crx文件
下載Light New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
New tab.
Simple new speed dial. 擴展基本資訊
| 名稱 | |
| ID | jidjbblfjpmmcpgbekffklbafbpoghmk |
| 官方網址 | https://chromewebstore.google.com/detail/light-new-tab/jidjbblfjpmmcpgbekffklbafbpoghmk |
| 簡介 | Replacement for new tab. Simple speed dial. |
| 檔案大小 | 106 KB |
| 安裝次數 | 77 |
| 目前版本 | 0.6 |
| 更新時間 | 2014-03-02 |
| 上架時間 | 2014-03-02 |
| 評分 | 3.44/5 共 9 次評分 |
| 開發者 | Sergey Bevzuk |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
| 說明頁面URL | https://chrome.google.com/webstore/detail/light-tab/jidjbblfjpmmcpgbekffklbafbpoghmk/ |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "ru",
"version": "0.6",
"incognito": "split",
"background": {
"persistent": true,
"scripts": [
"core\/bg.js"
]
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"chrome_url_overrides": {
"newtab": "templates\/tab.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2
} | |