GotoImageUrl
Directly go to image URL from Google Images,Yahoo Images,Ask Images
ما هو GotoImageUrl؟
GotoImageUrl هو إضافة Chrome تم تطويرها بواسطة Muthukumaran Navaneethakrishnan، والميزة الرئيسية لها هي "Directly go to image URL from Google Images,Yahoo Images,Ask Images".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GotoImageUrl
قم بتنزيل ملفات الامتداد GotoImageUrl بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is meant for those who use search using Google image , Ask Image & Yahoo Image Opening link in new tab from the result image will result in a frame based panel , with this extension opening link in new tab will directly open the webpage of the hosted Image.
معلومات أساسية عن التمديد
الاسم | GotoImageUrl |
ID | khaobkpabpchpjccdceoakfkohgfepca |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gotoimageurl/khaobkpabpchpjccdceoakfkohgfepca |
الوصف | Directly go to image URL from Google Images,Yahoo Images,Ask Images |
حجم الملف | 25.51 KB |
عدد التثبيتات | 104 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-01-01 |
تاريخ النشر | 2013-02-06 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Muthukumaran Navaneethakrishnan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.facebook.com/Gotoimageurl |
عنوان صفحة سياسة الخصوصية | http://deemwar.com/chrome-extn-privacypolicy.htm |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GotoImageUrl", "description": "Directly go to image URL from Google Images,Yahoo Images,Ask Images", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "2.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/imgres*", "https:\/\/*\/imgres*", "http:\/\/*\/images*", "https:\/\/*\/images*", "http:\/\/*\/fr*", "https:\/\/*\/fr*" ], "js": [ "content.js" ] } ] } |