Flickr Image Search
This extension allows you to search flickr right from the extension
ما هو Flickr Image Search؟
Flickr Image Search هو إضافة Chrome تم تطويرها بواسطة http://www.godoploid.com، والميزة الرئيسية لها هي "This extension allows you to search flickr right from the extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flickr Image Search
قم بتنزيل ملفات الامتداد Flickr Image Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Test extension that allows you to click on the icon and search for images on flickr!
معلومات أساسية عن التمديد
الاسم | |
ID | kjohmodkkigimpafleepacglbjihbjlm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/flickr-image-search/kjohmodkkigimpafleepacglbjihbjlm |
الوصف | This extension allows you to search flickr right from the extension |
حجم الملف | 54.93 KB |
عدد التثبيتات | 303 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-03-07 |
تاريخ النشر | 2014-03-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://www.godoploid.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flickr Image Search", "description": "This extension allows you to search flickr right from the extension", "version": "1.2", "permissions": [ "https:\/\/api.flickr.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Flickr Image Search" }, "homepage_url": "http:\/\/godoploid.com", "icons": { "128": "128-128.png", "19": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js", "popup.js" ] } ] } |