Drive Explorer

Your Drive files in a popup or in a panel next to a document.

Drive Explorer là gì?

Drive Explorer là một tiện ích mở rộng Chrome được phát triển bởi Cabbage Corp, và tính năng chính của nó là "Your Drive files in a popup or in a panel next to a document.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drive Explorer

Tải xuống các tệp mở rộng Drive Explorer 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

                        Get access to all of your Google Drive™ files, such as Docs, Sheets, Slides, Forms, and more in a popup or in a side panel next to a document. This way you can turn it into a note-taking app similar to OneNote, Evernote, or Notion.

Features
• Star/share/trash/rename/move/upload/create files or folders as you would normally do in Google Drive.
• Shared drives support.
• Dark/light theme.
• Search and sort the files. Search can be done globally or in a sub-folder and its children only; you can perform a filename or a full-text search.
• Home panels remember the last opened folder.
• Shortcuts to focus on the panels, search, create a new document, etc.
• Opens documents offline, provided you have the “Google Docs Offline” extension installed. Any offline actions like changing the folder color will be scheduled to run when the connection is restored.

Known limitations
• “Shared with me” files that were shared to anyone with a link and not by adding your email address aren’t removable. Please, vote for this feature request: https://issuetracker.google.com/issues/111567460
• Turning links into chips or sharing directly in a document is not possible in the page mode (documents embedded alongside the panel.) Suggestions on how to fix it are very welcome.
• “Google My Maps” maps are not embeddable and are opened in a new tab.

Google Drive™ is a trademark of Google Inc and “Drive Explorer” is not affiliated with Google in any way.                    

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

Tên Drive Explorer Drive Explorer
ID pknajfappdkgnbjgdciekdlgnigobgdg
URL Chính Thức https://chromewebstore.google.com/detail/drive-explorer/pknajfappdkgnbjgdciekdlgnigobgdg
Mô tả Your Drive files in a popup or in a panel next to a document.
Kích Thước Tệp 1.7 MB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2023-08-18
Nhà Phát Triển Cabbage Corp
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.cabbagecorp.win/drive-explorer
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Your Drive files in a popup or in a panel next to a document.",
    "version": "1.3.0",
    "manifest_version": 3,
    "name": "Drive Explorer",
    "minimum_chrome_version": "92",
    "options_page": "options.html",
    "permissions": [
        "identity",
        "storage",
        "unlimitedStorage",
        "tabs",
        "alarms",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/drive-thirdparty.googleusercontent.com\/*",
        "https:\/\/docs.google.com\/*",
        "https:\/\/drive.google.com\/*",
        "https:\/\/colab.research.google.com\/*",
        "https:\/\/sites.google.com\/*",
        "https:\/\/script.google.com\/*",
        "https:\/\/jamboard.google.com\/*",
        "https:\/\/ogs.google.com\/*"
    ],
    "oauth2": {
        "client_id": "471620286378-ud0ngsev8k4v31tb0ue4qub632aip1tq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/contacts.other.readonly"
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-32.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/*\/d\/*",
                "https:\/\/drive.google.com\/file\/d\/*",
                "https:\/\/colab.research.google.com\/drive\/*",
                "https:\/\/sites.google.com\/d\/*",
                "https:\/\/script.google.com\/*",
                "https:\/\/jamboard.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.bundle.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-32.png",
                "icon-48.png",
                "icon-128.png"
            ],
            "matches": []
        }
    ]
}