Save to Polar

Save PDFs and EPUBs to Polar.

Τι είναι το Save to Polar;

Το Save to Polar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getpolarized.io, και η κύρια λειτουργία του είναι "Save PDFs and EPUBs to Polar.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Save to Polar

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

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

                        Polar’s Chrome extension is the easiest and fastest way to save or clip web pages in your Polar document repository. It also captures most relevant content from webpages like links, images, and more.

Save any webpage with one click on the extension icon.

Once your document is in Polar, you have a comprehensive document and knowledge management tool to get the most out of your reading. Polar includes a document repository, a native document reader (for PDFs, EPUBs, and webpages), advanced annotation management, knowledge repository, flashcards (with review features using spaced repetition), and more.

Polar is the easiest way to build a networked knowledge base from your reading. Store all your reading documents in one place, regardless of file type (webpage, PDF, EPUB). Polar also enables you to keep your annotations and comments in one place. It’s perfect for incremental reading or active reading, especially for technical and scientific documents. Build a networked knowledge base by cross-referencing annotations and sections of documents across files with annotation-level tags.

In addition, Polar allows you to create flashcards in one click from annotations, review flashcards using Polar’s spaced repetition algorithm, and sync your flashcards with Anki.

Polar’s key features include:

- Document management - reading progress, incremental reading, close reading, annotations, highlights, tags, pagemarks, cloud storage,...
- Cross-referencing of thoughts and documents with tags
- Learning tool - auto-convert annotations into flashcards in one click, spaced repetition
- Anki integration
- Free cloud storage (with local storage available too)
- Multiple document formats - PDF, web pages (full caching), and more
- System agnostic - Web, Windows, Mac, and Linux
- Cross device - mobile, desktop, tablet

Polar is especially useful for students and knowledge professionals with high loads of information to manage. It has also proven as a go-to tool for many people with learning disabilities (ADHD, dyslexia,...) as it simplifies study flows significantly.                    

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

Όνομα Save to Polar Save to Polar
ID jkfdkjomocoaljglgddnmhcbolldcafd
Επίσημο URL https://chromewebstore.google.com/detail/save-to-polar/jkfdkjomocoaljglgddnmhcbolldcafd
Περιγραφή Save PDFs and EPUBs to Polar.
Μέγεθος Αρχείου 13.12 MB
Αριθμός Εγκαταστάσεων 3,739
Τρέχουσα Έκδοση 2.2.79
Τελευταία Ενημέρωση 2021-11-05
Ημερομηνία Δημοσίευσης 2019-05-05
Αξιολόγηση 4.29/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://getpolarized.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getpolarized.io/?utm_source=chrome_extension&utm_medium=web&utm_campaign=save_to_polar_store_listing
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/burtonator/polar-bookshelf/issues
URL της Σελίδας Πολιτικής Απορρήτου https://getpolarized.io/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Polar",
    "short_name": "Polar",
    "description": "Save PDFs and EPUBs to Polar.",
    "version": "2.2.79",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz2a8p8uv41X3fndJZhoetT6PKYDqjPzZ7tffFrXmZCcImdGzukSe02iihAImsEkx3clfrj+ZBSfV5qScT9kpSSKBGUI7vVJJRNMQkcnfM7sBQHOS\/ctQny5C8UM54OW0ZfBJysyjUbD0MiqUiLC8JZ2\/UVIzL1Nq4JzW7eDQ2nBgYOoXUJ3i8IEYy9lvIw273nRyepFPlHtmaoqe6mRDLvnfUFkasEfJsIba+nCvkk\/rRS+zcjIhdO\/AKJEWSwDdkjh3CaHgHrWJEETbWa\/m44xT5xgbZfbYTVGIPwWFvXnYlujQMPXd2W5FmbUoMSI3rSZ\/CTQuE4zFaTOD3Mso6wIDAQAB",
    "background": {
        "scripts": [
            "background-bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.getpolarized.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Save to Polar",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "browser_action": {
        "name": "Save to Polar",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-128.png",
        "32": "icon-128.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}