Vimeo Search
To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Apa itu Vimeo Search?
Vimeo Search adalah ekstensi Chrome yang dikembangkan oleh http://timothytocci.wordpress.com, dan fitur utamanya adalah "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vimeo Search
Unduh file ekstensi Vimeo Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | fimpclpielikjondmhhjbkafhjpgdjpm |
URL Resmi | https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm |
Deskripsi | To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com |
Ukuran File | 14.46 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-01-26 |
Tanggal Publikasi | 2014-01-26 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | http://timothytocci.wordpress.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://timothytocci.com/ |
URL Halaman Bantuan | http://timothytocci.com/ |
Bahasa yang Didukung | 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 } |