Alice Keeler Drive20

This Chrome extension works when you are in a folder in Google Drive to open up the first 20 files in the folder.

Alice Keeler Drive20คืออะไร?

Alice Keeler Drive20 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alicekeeler.com และคุณลักษณะหลักของมันคือ "This Chrome extension works when you are in a folder in Google Drive to open up the first 20 files in the folder."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alice Keeler Drive20

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

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

                        ** The free version will open only 20 tabs at any time. To open an unlimited amount, subscribe to Drive20 Plus! **

This Chrome extension works when you are in a folder in Google Drive to open up the first 20 files in the folder. For teachers, this allows reviewing student work and providing feedback quickly. Click on the Drive20 icon in the omnibox while in Google Drive to open files. Right click on the extension icon to change the default from 20 files to a specified amount. You can quickly close files by right clicking on a Chrome tab and choosing "Close Tabs to the Right."

Workflow tip: create subfolders to divide files into chunks. Open all files within a subfolder quickly using the Drive20 Chrome extension. Go to the last tab. Insert comments on the document. Use Control W to close the document and view the next document.

Drive20 Plus can be subscribed to at https://subscribe.alicekeeler.com
After subscribing enter your email in the extensions options page. chrome-extension://ccpkbmhndgcecbbmimeomchakbadhgbp/options.html                    

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

ชื่อ Alice Keeler Drive20 Alice Keeler Drive20
ID ccpkbmhndgcecbbmimeomchakbadhgbp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alice-keeler-drive20/ccpkbmhndgcecbbmimeomchakbadhgbp
คำอธิบาย This Chrome extension works when you are in a folder in Google Drive to open up the first 20 files in the folder.
ขนาดไฟล์ 57.26 KB
จำนวนการติดตั้ง 6,379
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2022-09-06
วันที่เผยแพร่ 2019-10-23
คะแนน 3.00/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา https://alicekeeler.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://alicekeeler.com/2019/10/22/open-files-fast-drive20-plus/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/drive\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "Alice Keeler Drive20",
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "drive20"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "version": "1.7"
}