Google date range search

Google date range search extension.

Google date range searchคืออะไร?

Google date range search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ytakahashi และคุณลักษณะหลักของมันคือ "Google date range search extension."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google date range search

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

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

                        Chrome extension to use custom date range in Google Search.

searches in a preset date range
- past hour/day/week/month/year

searches in a custom date range
- past n hour(s)/day(s)/week(s)/month(s)/year(s)

searches in an arbitrary range
- specify arbitrary range using calendar                    

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

ชื่อ Google date range search Google date range search
ID olpllcgpnncabhakngjcmhiohijklafh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-date-range-search/olpllcgpnncabhakngjcmhiohijklafh
คำอธิบาย Google date range search extension.
ขนาดไฟล์ 39.32 KB
จำนวนการติดตั้ง 144
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2023-08-11
วันที่เผยแพร่ 2020-08-14
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ytakahashi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ytakahashi/google-date-range-search
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google date range search",
    "version": "1.2.0",
    "description": "Google date range search extension.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "background": {
        "service_worker": "script.js",
        "type": "module"
    },
    "author": "ytakahashi",
    "homepage_url": "https:\/\/github.com\/ytakahashi\/google-date-range-search"
}