Open the link in Google™ Docs

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

Co to jest Open the link in Google™ Docs?

Open the link in Google™ Docs to rozszerzenie Chrome opracowane przez raingart, a jego główną funkcją jest „Open the link (PDF, DOC, Image) in Google Docs in the context menu”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Open the link in Google™ Docs

Pobierz pliki rozszerzeń Open the link in Google™ Docs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
Oficjalny URL https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Opis Open the link (PDF, DOC, Image) in Google Docs in the context menu
Rozmiar pliku 24.92 KB
Liczba instalacji 3,614
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-05-02
Data Publikacji 2020-01-17
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper raingart
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}