Juno Download Search
Search Juno Download for music.
ما هو Juno Download Search؟
Juno Download Search هو إضافة Chrome تم تطويرها بواسطة Nick Jordan، والميزة الرئيسية لها هي "Search Juno Download for music.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Juno Download Search
قم بتنزيل ملفات الامتداد Juno Download Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to highlight a piece of text on a web page with your mouse and then, by right-clicking the selected text and selecting the context menu item, search the Juno Download site for that text.
معلومات أساسية عن التمديد
الاسم | |
ID | hgikplcffoegplphgcabagfokkfedkba |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/juno-download-search/hgikplcffoegplphgcabagfokkfedkba |
الوصف | Search Juno Download for music. |
حجم الملف | 26.83 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.6 |
آخر تحديث | 2013-07-15 |
تاريخ النشر | 2013-07-15 |
تقييم | 2.33/5 مجموع تقييمات 6 |
المطور | Nick Jordan |
نوع الدفع | free |
عنوان صفحة المساعدة | http://groups.google.com/group/jdsearchext |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Juno Download Search", "version": "0.6", "manifest_version": 2, "description": "Search Juno Download for music.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Juno Download Search", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "global.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "contextMenus" ] } |