Alexa Search

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

Alexa Searchคืออะไร?

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

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Alexa from the browser. To use, type 'alx' & space, and a query term into the Omnibox. 
To view the code for this extension and many more visit http://timothytocci.com/                    

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

ชื่อ Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
คำอธิบาย To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
ขนาดไฟล์ 16.31 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-28
วันที่เผยแพร่ 2014-01-27
ผู้พัฒนา 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": "Alexa Search",
    "short_name": "alx Search",
    "description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "alx"
    },
    "icons": {
        "16": "alx_16.png",
        "32": "alx_32.png",
        "48": "alx_48.png",
        "128": "alx_128.png"
    },
    "manifest_version": 2
}