Choomame

quick information at hand

Choomameคืออะไร?

Choomame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eetann และคุณลักษณะหลักของมันคือ "quick information at hand"

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

screenshot
screenshot

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

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

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

                        Choomame shows the following link to Popup and the Google search results.

- `Time`: restrict results to a specific time period
  - example: 3 years, 1 month, 1 week ...
- `Language`: restrict results to a specific language
  - example: English, Japanese, Spanish ...
- `Custom Link`: easy access to frequently viewed pages, site searches, official documents
  - Check https://github.com/eetann/choomame-custom-link-collection#readme for details.
  - Please operate links at your own risk.

These can be freely customized on the option page.

If you want to use a shortcut key to open a popup, type `Ctrl(Command) + q`. This shortcut key can be assigned freely at `chrome://extensions/shortcuts'.

In Vivaldi, it is not available, so I have added `Alt+Q` to open a tab instead of popup. It might be useful to register it as a web panel.

Choomame is an improved versioin of my previous extension "Amazing Searcher".                    

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

ชื่อ Choomame Choomame
ID lecnbgonlcmmpkpnngbofggjiccbnokn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/choomame/lecnbgonlcmmpkpnngbofggjiccbnokn
คำอธิบาย quick information at hand
ขนาดไฟล์ 286 KB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 23.3.9.751
อัปเดตครั้งล่าสุด 2023-03-11
วันที่เผยแพร่ 2022-07-11
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา eetann
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/eetann/choomame
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Choomame",
    "description": "quick information at hand",
    "version": "23.3.9.751",
    "permissions": [
        "unlimitedStorage",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "index.html",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        },
        "openPopupForVivaldi": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "open tab instead of popup for Vivaldi",
            "global": true
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.co.jp\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.co.th\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.es\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.fi\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.co.in\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.com.ua\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.co.kr\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.com.mx\/search*"
            ]
        },
        {
            "js": [
                "assets\/index.tsx-loader.c60059db.js"
            ],
            "matches": [
                "https:\/\/www.google.com.nr\/search*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "resources": [
                "assets\/CustomLinkItemLink.a9e87b21.js",
                "assets\/times.fde057e9.js",
                "assets\/client.4f2e1609.js",
                "assets\/chunk-6FWJQRCB.dda6bf69.js",
                "assets\/index.tsx.debdc169.js"
            ],
            "use_dynamic_url": true
        }
    ]
}