Collate - Collation tool for Google Docs

A collation tool for Google Docs

Collate - Collation tool for Google Docsคืออะไร?

Collate - Collation tool for Google Docs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย collate-chrome-extension และคุณลักษณะหลักของมันคือ "A collation tool for Google Docs"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Collate - Collation tool for Google Docs

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

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

                        Do you research ideas/topics frequently and struggle to maintain a proper documentation for it? This extension will definitely make your life easier. 

Collate Chrome Extension makes collating data into a Google Doc convenient and easy. Just enter the Google Doc link once or create a new Google Doc and you're good to go! 

How to use? 

Step 1: When you first click on the Collate icon, you will be taken to a webpage where you can either use an existing Google document or create a new Google Document. To use an exiting Google Document, all you have to do is enter its link in the box and click Submit! 

Step 2: That's it! Now, you can select any text on any website and simply click on the Collate icon which will append the text and the website's URL to your Google Doc!                    

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

ชื่อ Collate - Collation tool for Google Docs Collate - Collation tool for Google Docs
ID cgojodnemgighlggmhilijdnhphkdneg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/collate-collation-tool-fo/cgojodnemgighlggmhilijdnhphkdneg
คำอธิบาย A collation tool for Google Docs
ขนาดไฟล์ 1.99 MB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2021-02-17
วันที่เผยแพร่ 2020-09-29
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา collate-chrome-extension
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Collate - Collation tool for Google Docs",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJm6blY7w5g9YBLXWkSh2HGTqq4Q\/sBZoyUWzKalnbWCFV3GqpyrhnD6FGAssHssntcpJ84+MsrZBWPtY6uOrMg4y22TQjjUsXUq2\/\/VbB0tnmA4xzaYoIhkE85c6CC+kxn8oAMWCEG9DBq8r+EDRsmedYtw5+2T\/DrtmXj\/Xn0n8w9sHhRqJbEzvaZVaS9UOULGcLACjMu1SbxoKIuW4D34frLhc4vf8PXLuIZEGHlpeV92iMMUI4a\/P8WYZeX4rxd8dB6uo3wbKZ3Ym4L1Bisq0agIwslhoV3f4imDeCTuLDazxq4jrwl+euXqbRFeoS4jXWFWmTGsFFEsjIjsaQIDAQAB",
    "version": "2.1",
    "description": "A collation tool for Google Docs",
    "oauth2": {
        "client_id": "259805190277-ari5nbmegqrbpb2vugbj310s7duj2bo4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/documents"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon16.png",
        "128": "icon16.png"
    },
    "browser_action": [],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}