Beanote - Note Taking on Web Pages

This extension helps you to highlight, take notes and annotate on web pages.

Beanote - Note Taking on Web Pages क्या है?

Beanote - Note Taking on Web Pages Beanote द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you to highlight, take notes and annotate on web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beanote - Note Taking on Web Pages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Beanote helps you highlight sentences and images on any part of any web pages. You can choose different highlight color, write comments on each highlight you made, or create sticky notes anywhere on a web page. Beanote saves your notes automatically and provides a dashboard to view and search all your notes quickly.

Features: 

- Highlight any text or image by selecting
- Multiple color choices
- Write comments or sticky notes with an rich-content editor
- A dashboard to manage all your notes
- Export your notes as Evernote, Word or HTML files. 
- Free


**Updates at 2020/4/9**
-  Fix a problem that causes blank web pages and missing notes in some newer versions of chrome. 


**Limitation**

- Highlights may not be able to survive page reload in frequently changing pages, like facebook.com.                    

एक्सटेंशन की मूल जानकारी

नाम Beanote - Note Taking on Web Pages Beanote - Note Taking on Web Pages
ID nikccehomlnjkmgmhnieecolhgdafajb
आधिकारिक URL https://chromewebstore.google.com/detail/beanote-note-taking-on-we/nikccehomlnjkmgmhnieecolhgdafajb
विवरण This extension helps you to highlight, take notes and annotate on web pages.
फ़ाइल का आकार 3.67 MB
स्थापना संख्या 35,690
वर्तमान संस्करण 1.5.5
अंतिम अपडेट 2021-10-12
प्रकाशन तिथि 2020-06-07
रेटिंग 4.15/5 कुल 338 रेटिंग्स
डेवलपर Beanote
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beanote - Note Taking on Web Pages",
    "short_name": "Beanote",
    "version": "1.5.5",
    "manifest_version": 2,
    "description": "This extension helps you to highlight, take notes and annotate on web pages.",
    "icons": {
        "128": "public\/icons\/icon128.png",
        "16": "public\/icons\/icon16.png",
        "48": "public\/icons\/icon48.png"
    },
    "default_locale": "en",
    "permissions": [
        "",
        "tabs",
        "contextMenus",
        "storage",
        "clipboardWrite"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "public\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public\/foreground.js"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "Beanote",
        "default_icon": "public\/icons\/icon-chrome.png",
        "default_popup": "public\/actionPage\/index.html"
    },
    "web_accessible_resources": [
        "public\/*",
        "public\/images\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}