Stocks House
Search multiple stock websites with a single click, save time.
ما هو Stocks House؟
Stocks House هو إضافة Chrome تم تطويرها بواسطة Panda Network، والميزة الرئيسية لها هي "Search multiple stock websites with a single click, save time.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stocks House
قم بتنزيل ملفات الامتداد Stocks House بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stocks House is a Chrome Extension which makes it faster to search multiple stock photography / video / audio websites. When you search for some term, it opens a new window and searches your term simultaneously on multiple websites of your choice.
معلومات أساسية عن التمديد
الاسم | Stocks House |
ID | mpdkicmbmbljbgncgphonhgjebnapfop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stocks-house/mpdkicmbmbljbgncgphonhgjebnapfop |
الوصف | Search multiple stock websites with a single click, save time. |
حجم الملف | 1.47 MB |
عدد التثبيتات | 2,062 |
النسخة الحالية | 0.1.11 |
آخر تحديث | 2021-09-27 |
تاريخ النشر | 2020-02-04 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Panda Network |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://asteya.network/asteya-network-extensions-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stocks House", "description": "Search multiple stock websites with a single click, save time.", "version": "0.1.11", "manifest_version": 2, "browser_action": { "default_title": "Stocks House", "default_icon": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "24": "icon-24.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/ https:\/\/*.twitter.com 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background\/webextension-polyfill.js", "background\/index.js" ] }, "web_accessible_resources": [ "index.html", "index.html\/*" ] } |