NoteTab - Save Your Thoughts
Capture your thoughts seamlessly in the new tab page
什麼是NoteTab - Save Your Thoughts?
NoteTab - Save Your Thoughts是由2050開發的Chrome擴展程式,該擴展的主要功能是“Capture your thoughts seamlessly in the new tab page”。
擴展截圖
下載NoteTab - Save Your Thoughts擴展crx文件
下載NoteTab - Save Your Thoughts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Write down your important notes, reminders, or random thoughts seamlessly in the new tab of every page. With NoteTab, your new tab is transformed into a better way to manage your productivity and thoughts as you surf the web. The NoteTab extension is lightweight, minimalistic, blazing fast.
By clicking "Add to chrome", I accept and agree to installing the NoteTab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Bing.
Privacy Policy: https://2050.one/privacy
Terms of Service: https://2050.one/terms
Key Feature Include:
* All Notes are automatically saved.
* Beautiful background images of Planet Earth.
* Dedicated 'Notepads' to create lists, separate notes and much more.
* Bookmarks with URL images built in.
* Built in timer.
* Light and Dark themes.
We’re always working to make NoteTab better and would love to hear from you. You can reach out to us at [email protected] 擴展基本資訊
| 名稱 | |
| ID | igdekamfjpbdoijfaegpnmpokdjbgogb |
| 官方網址 | https://chromewebstore.google.com/detail/notetab-save-your-thought/igdekamfjpbdoijfaegpnmpokdjbgogb |
| 簡介 | Capture your thoughts seamlessly in the new tab page |
| 檔案大小 | 184 KB |
| 安裝次數 | 5,326 |
| 目前版本 | 0.0.6 |
| 更新時間 | 2022-09-28 |
| 上架時間 | 2021-07-23 |
| 評分 | 4.25/5 共 4 次評分 |
| 開發者 | 2050 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://2050.one/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NoteTab - Save Your Thoughts",
"author": "Notetab Builder",
"version": "0.0.6",
"description": "Capture your thoughts seamlessly in the new tab page",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icon128.png"
},
"manifest_version": 3
} | |