Tab Notes

New note in every new tab. Capture thoughts faster.

什麼是Tab Notes?

Tab Notes是由Maciej Szafraniec開發的Chrome擴展程式,該擴展的主要功能是“New note in every new tab. Capture thoughts faster.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Notes擴展crx文件

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

擴展使用說明

                        Unlike other similar apps, this one allows you to keep more than one note. 

✔ Different note in each tab, not the same note everywhere.

✔ (new!) Dark mode.

✔ Search all notes quickly.

✔ No permissions. No accounts. No motivational quotes.

✔ Offline & private. Notes never leave your computer.

✔ Lightweight & fast. Pure javascript, no bulky frameworks.

✔ Back up notes in text form in one click.

✔ Manage and open your notes from anywhere in Chrome.

✔ First line is the tab title. Favicon changes based on amount of text.                    

擴展基本資訊

名稱 Tab Notes Tab Notes
ID mhgiefelomcdfcdbknkkohpibdpbdhmo
官方網址 https://chromewebstore.google.com/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo
簡介 New note in every new tab. Capture thoughts faster.
檔案大小 116 KB
安裝次數 6,175
目前版本 0.8
更新時間 2019-03-11
上架時間 2019-03-11
評分 4.16/5 共 61 次評分
開發者 Maciej Szafraniec
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Notes",
    "description": "New note in every new tab. Capture thoughts faster.",
    "version": "0.8",
    "offline_enabled": true,
    "manifest_version": 2,
    "icons": {
        "16": "images\/notes_16.png",
        "128": "images\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/newtab.html"
    },
    "browser_action": {
        "default_popup": "browser_action\/popup.html",
        "default_icon": {
            "16": "images\/notes_48.png"
        }
    },
    "web_accessible_resources": [
        "common\/notesStorage.js",
        "common\/settingsStorage.js"
    ]
}