Star Wars Image Randomizer
Automatically search Google Images using Random Star Wars terms
ما هو Star Wars Image Randomizer؟
Star Wars Image Randomizer هو إضافة Chrome تم تطويرها بواسطة chrischesoft، والميزة الرئيسية لها هي "Automatically search Google Images using Random Star Wars terms".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Star Wars Image Randomizer
قم بتنزيل ملفات الامتداد Star Wars Image Randomizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension has an internal database of terms from the entire Star Wars encyclopedia, and will randomly select a term and perform a Google Image search. The latest update contains new search terms added for Rogue One
معلومات أساسية عن التمديد
الاسم | |
ID | nlpdfjbgifachaelfcdememfddokkljp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/star-wars-image-randomize/nlpdfjbgifachaelfcdememfddokkljp |
الوصف | Automatically search Google Images using Random Star Wars terms |
حجم الملف | 45.14 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 2.0 |
آخر تحديث | 2017-01-07 |
تاريخ النشر | 2017-01-07 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | chrischesoft |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars Image Randomizer", "description": "Automatically search Google Images using Random Star Wars terms", "version": "2.0", "icons": { "16": "img\/vader.png", "48": "img\/vader.png", "128": "img\/vader.png" }, "permissions": [ "tabs", "notifications" ], "browser_action": { "default_icon": "img\/vader.png" }, "background": { "scripts": [ "jquery-3.1.1.min.js", "retrieveswapi.js" ] } } |