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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vimeo Search
قم بتنزيل ملفات الامتداد Vimeo Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | |
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/ |
عنوان صفحة المساعدة | 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 } |