Evergreen Notes (for Notion)
Evergreen Notes for notion
Evergreen Notes (for Notion) क्या है?
Evergreen Notes (for Notion) Evergreen Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Evergreen Notes for notion"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Evergreen Notes (for Notion) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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) |
ID | chhpogndpjcgjbnbcodhdnilklfanmfh |
आधिकारिक URL | 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'" } |