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 là gì?

Open the link in Google™ Docs là một tiện ích mở rộng Chrome được phát triển bởi raingart, và tính năng chính của nó là "Open the link (PDF, DOC, Image) in Google Docs in the context menu".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open the link in Google™ Docs

Tải xuống các tệp mở rộng Open the link in Google™ Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open the link in Google™ Docs Open the link in Google™ Docs
ID plaecapdpgnlhhgcokppmieoifkpbdib
URL Chính Thức https://chromewebstore.google.com/detail/open-the-link-in-google-d/plaecapdpgnlhhgcokppmieoifkpbdib
Mô tả Open the link (PDF, DOC, Image) in Google Docs in the context menu
Kích Thước Tệp 24.92 KB
Số Lần Cài Đặt 3,614
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2022-05-02
Ngày Phát Hành 2020-01-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển raingart
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}