Open the link in Google™ Docs

Open the link (PDF, DOC, Image) in Google Docs in the context menu

Τι είναι το Open the link in Google™ Docs;

Το Open the link in Google™ Docs είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raingart, και η κύρια λειτουργία του είναι "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Open the link in Google™ Docs

Λήψη αρχείων επέκτασης Open the link in Google™ Docs σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This is a simple and very lite extension that allows you to easily open (PDF, DOC) links in a chosen Google Doc Viewer.                    

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

Όνομα Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
Επίσημο URL https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Περιγραφή Open the link (PDF, DOC, Image) in Google Docs in the context menu
Μέγεθος Αρχείου 24.92 KB
Αριθμός Εγκαταστάσεων 3,614
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2022-05-02
Ημερομηνία Δημοσίευσης 2020-01-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής raingart
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "0.1.0",
    "author": "raingart",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}