Suite Shortcuts

Lightning fast access to your favourite tools

Suite Shortcuts là gì?

Suite Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi _collard, và tính năng chính của nó là "Lightning fast access to your favourite tools".

Ả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 Suite Shortcuts

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

                        Create new Documents, Slides or Sheets or open their drive homepage in one click.

Type shortcuts in your browse bar for even faster access:

Create new files
new/doc
new/slide
new/sheet

Go to their drive
go/docs
go/slides
go/sheets                    

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

Tên Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
URL Chính Thức https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
Mô tả Lightning fast access to your favourite tools
Kích Thước Tệp 11.62 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-06-15
Ngày Phát Hành 2020-06-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển _collard
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Suite Shortcuts",
    "description": "Lightning fast access to your favourite tools",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/*.bootstrapcdn.com; object-src 'self'"
}