Soda PDF Viewer

Allows you to view pdf files with the Soda online pdf viewer.

Τι είναι το Soda PDF Viewer;

Το Soda PDF Viewer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sodapdf.com, και η κύρια λειτουργία του είναι "Allows you to view pdf files with the Soda online pdf viewer.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Soda PDF Viewer

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

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

                        Soda PDF Online brings true innovation to the PDF world - it's the first fully-functional PDF web application that allows you to edit, convert, annotate & secure PDFs on any device.

Designed to accommodate your busy lifestyle, it offers a complete PDF application you can take with you wherever you go.

Edit, convert, annotate, secure and more…
Soda PDF Online is a revolutionary PDF solution that offers a full set of features directly in your web browser.

1. Manage your PDF files wherever you are: Soda PDF Online can be used on your desktop, laptop, tablet, or smartphone. It basically works on any device with a browser.
2. All the features you know and need, now in your browser. Soda PDF’s interface, buttons, menus and functions are perfectly preserved on both platforms. Switching between desktop and web browser is done seamlessly.
3. Take your files with you: Connect Soda PDF to your Dropbox, OneDrive, Google Drive, and Box accounts to share files between your Soda PDF desktop and web apps.                    

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

Όνομα Soda PDF Viewer Soda PDF Viewer
ID achogidmbhmofkmpgamphmlebdhgkdhc
Επίσημο URL https://chromewebstore.google.com/detail/soda-pdf-viewer/achogidmbhmofkmpgamphmlebdhgkdhc
Περιγραφή Allows you to view pdf files with the Soda online pdf viewer.
Μέγεθος Αρχείου 888 KB
Αριθμός Εγκαταστάσεων 880
Τρέχουσα Έκδοση 1.0.1.20
Τελευταία Ενημέρωση 2020-01-08
Ημερομηνία Δημοσίευσης 2020-01-07
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://sodapdf.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.sodapdf.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.sodapdf.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.sodapdf.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soda PDF Viewer",
    "version": "1.0.1.20",
    "description": "Allows you to view pdf files with the Soda online pdf viewer.",
    "icons": {
        "128": "assets\/images\/icon_128.png",
        "48": "assets\/images\/icon_48.png",
        "19": "assets\/images\/icon_19.png",
        "16": "assets\/images\/icon_16.png"
    },
    "permissions": [
        "fileBrowserHandler",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "webNavigation",
        "cookies",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "extension-core-js\/contentscript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Open with PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "background": {
        "page": "extension-core-js\/pdfHandler.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/images\/icon_19.png",
            "38": "assets\/images\/icon_48.png"
        },
        "default_title": "Show PDF URL"
    },
    "incognito": "split",
    "web_accessible_resources": [
        "content\/web\/viewer.html",
        "http:\/*",
        "https:\/*",
        "ftp:\/*",
        "file:\/*",
        "chrome-extension:\/*",
        "blob:*",
        "data:*",
        "filesystem:\/*",
        "drive:*"
    ]
}