Voyager
This extension allows quick access to everything.
ما هو Voyager؟
Voyager هو إضافة Chrome تم تطويرها بواسطة http://voyjor.com، والميزة الرئيسية لها هي "This extension allows quick access to everything.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Voyager
قم بتنزيل ملفات الامتداد Voyager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
[ Activate the Extension with "!" and then a space bar in the url bar ] You can start any query, (ie anything you type in the front url bar) will do a google search and take you to the first search result automatically. ex0: google maps → will take you to maps.google.com. ex2: mail → will take you to your inbox ex3: cnn → will take you to cnn’s front page. ex4: facebook → will take you to your facebook home page. [Youtube search] Activate Extension, and start ur queries with "!" ex: !nirvana → will do a search on youtube for nirvana. [YouTube instant] Activate Extension and start ur query with "!!" ex: !!foo fighters → plays a foo fighters song.
معلومات أساسية عن التمديد
الاسم | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
الوصف | This extension allows quick access to everything. |
حجم الملف | 703 KB |
عدد التثبيتات | 71 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-11-24 |
تاريخ النشر | 2013-11-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://voyjor.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voyager", "description": "This extension allows quick access to everything.", "version": "1.0", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "background": { "scripts": [ "runner.js" ] }, "omnibox": { "keyword": "!" }, "icons": { "32": "xcfm.png", "128": "xcfm.png" } } |