RevNote Highlighter

Organize your reading and highlights using tags

Τι είναι το RevNote Highlighter;

Το RevNote Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://revnote.io, και η κύρια λειτουργία του είναι "Organize your reading and highlights using tags".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RevNote Highlighter

Λήψη αρχείων επέκτασης RevNote Highlighter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Organise web pages and PDFs using tags allowing you to group your reading into any structured or ad-hoc arrangement.  

Combine this with attaching tags directly to your highlights giving you the power to group ideas across different articles and at a more granular level.

Saving an article with RevNote will add the article to your RevNote account making it instantly searchable making sure that you can always find your valuable resources.

SAVE ANY ARTICLE OR PDF 
- Save any web article or PDF
- Categorise sources with tags
- Full text search of all saved articles and PDFs

HIGHLIGHT AND CATEGORIZE
- Annotate web pages and PDFs
- Categorise highlights using tags 
- Add comments for clarity

RevNote is simple and FREE to get started.

***** OUR SOCIAL MISSION *****
We want the success of RevNote to make as large an impact as possible in the area of research and education. So, therefore we are determined to help improve the quality and availability of education for children and young adults all over the world.  Our current commitment is to share 50% of profits with suitable charities that share this vision.  
**********************************                    

Βασικές Πληροφορίες Επέκτασης

Όνομα RevNote Highlighter RevNote Highlighter
ID hiidedlcgggnjfkfhnmmhheffbllilic
Επίσημο URL https://chromewebstore.google.com/detail/revnote-highlighter/hiidedlcgggnjfkfhnmmhheffbllilic
Περιγραφή Organize your reading and highlights using tags
Μέγεθος Αρχείου 9.71 MB
Αριθμός Εγκαταστάσεων 1,482
Τρέχουσα Έκδοση 8.1.0
Τελευταία Ενημέρωση 2023-07-03
Ημερομηνία Δημοσίευσης 2020-03-02
Αξιολόγηση 4.36/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής https://revnote.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.revnote.io
URL της Σελίδας Πολιτικής Απορρήτου https://www.revnote.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RevNote Highlighter",
    "version": "8.1.0",
    "description": "Organize your reading and highlights using tags",
    "short_name": "RevNote",
    "author": "RevNote",
    "action": {
        "default_title": "Save to Revnote",
        "default_icon": {
            "32": "assets\/img\/revnote-icon--32-grey.png"
        },
        "default_popup": "modules\/Login\/login.html"
    },
    "background": {
        "service_worker": "background.worker.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*\/*.*",
                "assets\/**\/*.*",
                "assets\/*\/*\/*.*",
                "modules\/Content\/pdfSaver.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "modules\/Content\/clipper.js",
                "modules\/Content\/annotate.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.revnote.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/revnote.io\/*",
                "https:\/\/web.revnote.io\/*"
            ],
            "js": [
                "modules\/Content\/import-clipper.js",
                "modules\/Content\/import-annotate.js"
            ],
            "css": [
                "modules\/Content\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}