Shutterstock Reveal
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
ما هو Shutterstock Reveal؟
Shutterstock Reveal هو إضافة Chrome تم تطويرها بواسطة Shutterstock، والميزة الرئيسية لها هي "Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shutterstock Reveal
قم بتنزيل ملفات الامتداد Shutterstock Reveal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use.
معلومات أساسية عن التمديد
الاسم | Shutterstock Reveal |
ID | iogibhaacmieogkdgebfbjgoofdlcmgb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shutterstock-reveal/iogibhaacmieogkdgebfbjgoofdlcmgb |
الوصف | Pick any image online and our Chrome extension will match it with one from our collection — royalty-free and ready to use. |
حجم الملف | 27.76 KB |
عدد التثبيتات | 7,111 |
النسخة الحالية | 1.0.8 |
آخر تحديث | 2020-07-04 |
تاريخ النشر | 2020-07-04 |
تقييم | 2.86/5 مجموع تقييمات 36 |
المطور | Shutterstock |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.shutterstock.com |
عنوان صفحة سياسة الخصوصية | https://www.shutterstock.com/privacy |
اللغات المدعومة | de,en,fr,nl,no,tr,da,es,it,hu,pl,fi,sv,cs,ru,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "SSTK Reveal", "version": "1.0.8", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/sstk-chrome-ext-16.png", "128": "icons\/sstk-chrome-ext-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "scripts\/contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": false } ], "browser_action": { "default_icon": { "16": "icons\/sstk-chrome-ext-16-inactive.png", "48": "icons\/sstk-chrome-ext-48-inactive.png", "128": "icons\/sstk-chrome-ext-128-inactive.png" }, "default_title": "Shutterstock Reveal" }, "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "https:\/\/plugins.shutterstock.com\/*", "downloads" ], "externally_connectable": { "matches": [ "*:\/\/*.shutterstock.com\/*" ] } } |