Tab Notes

Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access

什麼是Tab Notes?

Tab Notes是由Vineeth TR開發的Chrome擴展程式,該擴展的主要功能是“Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tab Notes擴展crx文件

下載Tab Notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tab Notes lets you compose notes like articles using a variety of typography styles. You can also draw shapes to accompany your notes. Notes will automatically be saved and synced with each new tab. Tab Notes offers you a wide variety of built-in themes. If you are not satisfied with the built-in themes, you can create custom themes as well.

# Features of Tab Notes

⚡ Quick and easy to access notes while clicking on a new tab
🗂️ Store multiple notes 
✍️ Variety of typography styles are available to write notes
📐 Draw shapes to accompany your notes 
🤹 Code block support 
🎨 Variety of built-in themes and option to create your own theme
💾 Auto saving notes
🔄 Real time tab sync                    

擴展基本資訊

名稱 Tab Notes Tab Notes
ID fiinodkfgdoljchgmojlnfijgmkmaiel
官方網址 https://chromewebstore.google.com/detail/tab-notes/fiinodkfgdoljchgmojlnfijgmkmaiel
簡介 Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access
檔案大小 101 KB
安裝次數 200
目前版本 1.0.2
更新時間 2023-01-18
上架時間 2022-10-20
評分 4.73/5 共 11 次評分
開發者 Vineeth TR
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://vineethtrv.github.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Notes",
    "version": "1.0.2",
    "description": "Tab Notes will helps you to make notes on the browser. It is easy to use and quick to access",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "assets\/images\/tab_note_16x16.png",
        "32": "assets\/images\/tab_note_32x32.png",
        "48": "assets\/images\/tab_note_48x48.png",
        "128": "assets\/images\/Tab_Note_Logo_128x128.png"
    }
}