Evernote Web Clipper

Use the Evernote extension to save things you see on the web into your Evernote account.

Τι είναι το Evernote Web Clipper;

Το Evernote Web Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.evernote.com, και η κύρια λειτουργία του είναι "Use the Evernote extension to save things you see on the web into your Evernote account.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Evernote Web Clipper

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

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

                        Evernote Web Clipper is a browser extension that lets you save interesting things you find on the web directly to your Evernote account.

Web Clipper
Capture ideas and inspiration from anywhere with ease. Save articles, web pages, and screenshots directly to Evernote.

Save what matters
Clip web pages, articles, or PDFs and save them in Evernote. Screen capture full pages or just the parts you want—without distracting ads and sidebars.

Customize your clips
Take a screenshot of a web page, then add highlights, text, and other annotations. With Web Clipper, you can make sure what’s important is clear at a glance.

Keep content organized
Tag what you save so your research, photos, ideas, and more are all easy to find using keywords. You can also add titles and save content to the notebook that makes sense.

Go beyond bookmarks
Save web page URLs, images, and descriptions to your relevant Evernote notebook and keep all your related content in one easy-to-find place.                    

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

Όνομα Evernote Web Clipper Evernote Web Clipper
ID pioclpoplcdbaefihamjohnefbikjilc
Επίσημο URL https://chromewebstore.google.com/detail/evernote-web-clipper/pioclpoplcdbaefihamjohnefbikjilc
Περιγραφή Use the Evernote extension to save things you see on the web into your Evernote account.
Μέγεθος Αρχείου 4.13 MB
Αριθμός Εγκαταστάσεων 2,855,859
Τρέχουσα Έκδοση 7.35.0
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2020-06-22
Αξιολόγηση 4.73/5 Συνολικά 129897 Αξιολογήσεις
Προγραμματιστής https://www.evernote.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://evernote.com/features/webclipper
Διεύθυνση URL της Σελίδας Βοήθειας https://help.evernote.com/hc/en-us/articles/209125877
URL της Σελίδας Πολιτικής Απορρήτου https://evernote.com/privacy/policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,vi,tr,da,es,it,pl,pt-BR,fi,sv,cs,ru,uk,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "author": "Evernote",
    "version": "7.35.0",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "background": {
        "service_worker": "ServiceWorkerExtension.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "js": [
                "commons.js",
                "content.js"
            ],
            "css": [
                "content.css",
                "SkitchStyles.css",
                "TopFrames.css"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "ContentScriptFrames.js"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_BrowserActionTitle__",
        "default_icon": {
            "38": "res\/icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "contextMenus",
        "storage",
        "notifications",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "consent.html",
                "consentStyles.css",
                "ContentFrame.html",
                "OptionsFrame.html",
                "SimSearchFrame.html",
                "PdfPageButtonFrame.html",
                "content.css",
                "ClearlyReformatStyles.css",
                "ClearlyCustomStyles.css",
                "PreloaderStyles.css",
                "SkitchStyles.css",
                "HighlightStyles.css",
                "BookmarkStyles.css",
                "ScreenshotPreviewerManagerBox.css",
                "ContentScriptFrames.js",
                "res\/snap.wav",
                "res\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "GmailInjectedScript.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "incognito": "split",
    "options_page": "OptionsFrame.html",
    "options_ui": {
        "page": "OptionsFrame.html#newStylePage"
    },
    "icons": {
        "38": "res\/icon.png",
        "128": "res\/icon128.png"
    }
}