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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}