Vimeo Search

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

Vimeo Searchคืออะไร?

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

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

screenshot

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

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

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

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

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

ชื่อ Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
คำอธิบาย To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
ขนาดไฟล์ 14.46 KB
จำนวนการติดตั้ง 61
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-26
วันที่เผยแพร่ 2014-01-26
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา http://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": "Vimeo Search",
    "short_name": "vim Search",
    "description": "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "vim"
    },
    "icons": {
        "16": "vim_16.png",
        "32": "vim_32.png",
        "48": "vim_48.png",
        "128": "vim_128.png"
    },
    "manifest_version": 2
}