Drive Bookmark
Map your Google drive to bookmark for easy access.
Drive Bookmark là gì?
Drive Bookmark là một tiện ích mở rộng Chrome được phát triển bởi 120Studio, và tính năng chính của nó là "Map your Google drive to bookmark for easy access.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Drive Bookmark
Tải xuống các tệp mở rộng Drive Bookmark 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
Drive Mark will map your Google drive files to bookmark. It makes you easily access to any files in your drive and team drives. Please refer to https://120studio.github.io/120home/drivemark.html for more detail.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Drive Bookmark |
ID | gailnkgbkabnclnnponepghblkbjgkfl |
URL Chính Thức | https://chromewebstore.google.com/detail/drive-bookmark/gailnkgbkabnclnnponepghblkbjgkfl |
Mô tả | Map your Google drive to bookmark for easy access. |
Kích Thước Tệp | 593 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-12-16 |
Ngày Phát Hành | 2018-12-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | 120Studio |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://120studio.github.io/120home/drivemark.html |
URL Trang Trợ Giúp | https://120studio.github.io/120home/drivemark.html |
URL Trang Chính Sách Bảo Mật | https://120studio.github.io/120home/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drive Bookmark", "description": "Map your Google drive to bookmark for easy access.", "version": "1.0.2", "options_page": "options.html", "browser_action": { "default_icon": "bookmark-16.png" }, "icons": { "16": "bookmark-16.png", "48": "bookmark-48.png", "128": "bookmark-128.png" }, "background": { "scripts": [ "js\/background.js", "js\/vendor.js" ] }, "permissions": [ "identity", "identity.email", "storage", "bookmarks", "tabs", "*:\/\/apis.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com http:\/\/localhost:8097; object-src 'self'", "oauth2": { "client_id": "597462414540-6nqgr603j0ustq902diun46bo9ugihla.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] } } |