Google Search Quick Custom Ranges

Grants ability to add additional quick date range searches with google search.

Google Search Quick Custom Rangesคืออะไร?

Google Search Quick Custom Ranges เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gitnix และคุณลักษณะหลักของมันคือ "Grants ability to add additional quick date range searches with google search."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Search Quick Custom Ranges

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

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

                        Allows additional quick date range searches to be added to google search.  Can be a handy if you need recent results but find the gap between a month and a year to be too jarring!                    

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

ชื่อ Google Search Quick Custom Ranges Google Search Quick Custom Ranges
ID lambhmlkjmfghnccdpfnnlonmdghfipl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-search-quick-custo/lambhmlkjmfghnccdpfnnlonmdghfipl
คำอธิบาย Grants ability to add additional quick date range searches with google search.
ขนาดไฟล์ 11.68 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-09-14
วันที่เผยแพร่ 2017-09-14
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gitnix
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gitnix/chrome-extension-google-search-custom-ranges
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Quick Custom Ranges",
    "version": "1.0.3",
    "description": "Grants ability to add additional quick date range searches with google search.",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*"
            ],
            "js": [
                "searchRanges.js"
            ]
        }
    ]
}