BriskNote: New Tab Notes that Sync with Phone

Take Quick Notes on Any New Browser Tab and Sync them with your Phone

什麼是BriskNote: New Tab Notes that Sync with Phone?

BriskNote: New Tab Notes that Sync with Phone是由SysRestart開發的Chrome擴展程式,該擴展的主要功能是“Take Quick Notes on Any New Browser Tab and Sync them with your Phone”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BriskNote: New Tab Notes that Sync with Phone擴展crx文件

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

擴展使用說明

                        Make your life more productive with every new browser tab you open. Take quick notes, and access them on the BriskNote mobile app and vice versa. Perfect for taking notes while having conversations, jotting down spontaneous ideas, making lists, storing pieces of code or message drafts, and so on. BriskNote is the perfect middle ground between oversimplified sticky notes and complex desktop note-taking softwares. And the best part, it's absolutely free! It also has a dark mode.                    

擴展基本資訊

名稱 BriskNote: New Tab Notes that Sync with Phone BriskNote: New Tab Notes that Sync with Phone
ID gbdigbbnelhehnhlkhiepkpkedokgfog
官方網址 https://chromewebstore.google.com/detail/brisknote-new-tab-notes-t/gbdigbbnelhehnhlkhiepkpkedokgfog
簡介 Take Quick Notes on Any New Browser Tab and Sync them with your Phone
檔案大小 651 KB
安裝次數 265
目前版本 0.2.1
更新時間 2019-04-28
上架時間 2019-04-28
評分 3.67/5 共 3 次評分
開發者 SysRestart
電子郵箱 [email protected]
付費類型 free
擴展官網 https://brisknote.com
隱私政策頁面URL https://sysrestart.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BriskNote: New Tab Notes that Sync with Phone",
    "description": "Take Quick Notes on Any New Browser Tab and Sync them with your Phone",
    "version": "0.2.1",
    "version_name": "0.2.1",
    "icons": {
        "128": "media\/BriskNote_Icon_128x128.png",
        "48": "media\/BriskNote_Icon_48x48.png",
        "16": "media\/BriskNote_Icon_16x16.png"
    },
    "browser_action": {
        "default_icon": "media\/BriskNote_Icon_16x16.png"
    },
    "chrome_url_overrides": {
        "newtab": "notes.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5005\/auth\/*",
                "http:\/\/localhost:5006\/auth\/*",
                "http:\/\/brisknote.com\/auth\/*",
                "https:\/\/brisknote.com\/auth\/*",
                "https:\/\/api.brisknote.com\/auth\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}