Nau Tab
Beautiful new tab page for modern browsers. A browser extension that will not track you.
什麼是Nau Tab?
Nau Tab是由https://int3ractive.com開發的Chrome擴展程式,該擴展的主要功能是“Beautiful new tab page for modern browsers. A browser extension that will not track you.”。
擴展截圖
下載Nau Tab擴展crx文件
下載Nau Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take a break from your work with this picturesque new tab extension for modern browsers.
Current features:
- The background photo is fetched from Unsplash and change every hour. NEW: There are scenes for different period of the day.
- You can use your own photo as background by select from settings panel opened at the bottom left corner)
- You can set your name by clicking on the greeting's name.
- You can re-select a list quick links (top left) in the settings panel
- NEW: You can define your own quick links in settings panel
- NEW: You can change the clock and greeting styles & positions in settings panel
Visit https://int3ractive.com/nau-tab for more detail and feature roadmap. 擴展基本資訊
| 名稱 | |
| ID | pimockeojlggmlnknhicajgckmlggifa |
| 官方網址 | https://chromewebstore.google.com/detail/nau-tab/pimockeojlggmlnknhicajgckmlggifa |
| 簡介 | Beautiful new tab page for modern browsers. A browser extension that will not track you. |
| 檔案大小 | 264 KB |
| 安裝次數 | 141 |
| 目前版本 | 3.0.1 |
| 更新時間 | 2019-07-17 |
| 上架時間 | 2019-07-16 |
| 評分 | 4.75/5 共 8 次評分 |
| 開發者 | https://int3ractive.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://int3ractive.com/nau-tab |
| 說明頁面URL | https://int3ractive.com/nau-tab |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nau Tab",
"author": "Thanh Tran",
"version": "3.0.1",
"description": "Beautiful new tab page for modern browsers. A browser extension that will not track you.",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
}
},
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": false
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png"
},
"default_title": "nau-tab"
},
"web_accessible_resources": [
"images\/icon-48.png"
]
} | |