Suite Shortcuts

Lightning fast access to your favourite tools

Suite Shortcutsคืออะไร?

Suite Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย _collard และคุณลักษณะหลักของมันคือ "Lightning fast access to your favourite tools"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suite Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย Suite Shortcuts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Suite Shortcuts Suite Shortcuts
ID fjncmkijpafmbjjbcnkddkgdlifhdofm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/suite-shortcuts/fjncmkijpafmbjjbcnkddkgdlifhdofm
คำอธิบาย Lightning fast access to your favourite tools
ขนาดไฟล์ 11.62 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-15
วันที่เผยแพร่ 2020-06-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา _collard
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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'"
}