Evergreen Notes (for Notion)

Evergreen Notes for notion

什麼是Evergreen Notes (for Notion)?

Evergreen Notes (for Notion)是由Evergreen Software開發的Chrome擴展程式,該擴展的主要功能是“Evergreen Notes for notion”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Evergreen Notes (for Notion)擴展crx文件

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

擴展使用說明

                        Evergreen Notes for Notion!  This is an sidebar extension for Notion that is meant to make it easier to use notion as a personal knowledge base! Check out the website for more details

------------------------------------------------------------------
https://www.notion.so/shravansunder/Evergreen-Notes-For-Notion-e35e6ed4dd5a45b19bf2de2bb86b1a7e
------------------------------------------------------------------

NOTE:
If you have issues loading the extension, make sure that
- cookies are allowed for notion site
- you give the extension the required permission to notion
- make sure you don't have adblock turn on notion sites


You'll get a easy to use sidebar with various optons
- View references: Shows Backlinks, relations and references
- View Page Markups:  allows you to view highlights and other **Page Markups** in your current page such as: highlights, code,  quotes, mentions
- Table of Content:  You have a tab for table on content that allows you to navigate to headings
- Search Panel:  The last feature it has is a persistent **search.**  

View block details: You can view block contents and see their details in the side panel.
- open links to notes in a new tab
- copy global blocks (or embed blocks)
- copy block links


------------------------------------------------------------------
If you enjoy the app and would like to support you can do so here!
https://www.buymeacoffee.com/ShravanSunder
------------------------------------------------------------------                    

擴展基本資訊

名稱 Evergreen Notes (for Notion) Evergreen Notes (for Notion)
ID chhpogndpjcgjbnbcodhdnilklfanmfh
官方網址 https://chromewebstore.google.com/detail/evergreen-notes-for-notio/chhpogndpjcgjbnbcodhdnilklfanmfh
簡介 Evergreen Notes for notion
檔案大小 484 KB
安裝次數 6,311
目前版本 2.2.7
更新時間 2021-11-12
上架時間 2020-09-01
評分 4.00/5 共 40 次評分
開發者 Evergreen Software
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.notion.so/shravansunder/Evergreen-Notes-For-Notion-e35e6ed4dd5a45b19bf2de2bb86b1a7e
說明頁面URL https://www.notion.so/shravansunder/Evergreen-Notes-For-Notion-e35e6ed4dd5a45b19bf2de2bb86b1a7e
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Evergreen Notes for notion",
    "version": "2.2.7",
    "name": "Evergreen Notes (for Notion)",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Evergreen Notes (for Notion)",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.notion.so\/*",
        "https:\/\/notion.so\/*",
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.notion.so\/*",
                "https:\/\/*.notion.so\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon-128.png",
        "icon-34.png",
        "sidebar.html"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}