Omgili Search

To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com

Omgili Searchคืออะไร?

Omgili Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timothytocci.wordpress.com และคุณลักษณะหลักของมันคือ "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com"

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. 
To view the code for this extension and many more visit: http://timothytocci.com/                    

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

ชื่อ Omgili Search Omgili Search
ID jllbgnjiffjogdmoljjljeedafbndamm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm
คำอธิบาย To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
ขนาดไฟล์ 15.6 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-29
วันที่เผยแพร่ 2014-01-28
ผู้พัฒนา https://timothytocci.wordpress.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://timothytocci.com/
URL หน้าช่วยเหลือ http://timothytocci.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omgili Search",
    "short_name": "omg Search",
    "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "omg"
    },
    "icons": {
        "16": "omg_16.png",
        "32": "omg_32.png",
        "48": "omg_48.png",
        "128": "omg_128.png"
    },
    "manifest_version": 2
}