Quick Search Bar for Google Keep™

A Google Keep™ quick access search bar

Quick Search Bar for Google Keep™คืออะไร?

Quick Search Bar for Google Keep™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faycal Bessayah และคุณลักษณะหลักของมันคือ "A Google Keep™ quick access search bar"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Search Bar for Google Keep™

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

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

                        This extension adds a quick access search menu to Google Keep.

Quickly find your images, lists and reminders by clicking on the corresponding button. 

For example you can view all notes that contain images by simply clicking on the image button. You can also filter your lists, drawings, URLs, etc.                    

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

ชื่อ Quick Search Bar for Google Keep™ Quick Search Bar for Google Keep™
ID bmgladjidmkkaibklkijmdhpeihdgbif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-search-bar-for-goog/bmgladjidmkkaibklkijmdhpeihdgbif
คำอธิบาย A Google Keep™ quick access search bar
ขนาดไฟล์ 71.29 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-10-07
วันที่เผยแพร่ 2021-10-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Faycal Bessayah
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Search Bar for Google Keep\u2122",
    "version": "1.0",
    "description": "A Google Keep\u2122 quick access search bar",
    "content_scripts": [
        {
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "https:\/\/keep.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "\/icons\/search_bar.png"
    }
}