OTC Search

Description

ما هو OTC Search؟

OTC Search هو إضافة Chrome تم تطويرها بواسطة MJ، والميزة الرئيسية لها هي "Description".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OTC Search

قم بتنزيل ملفات الامتداد OTC Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The extension opens search results from multiple sources at once.

First, you should add the required URLs on the settings page.

The URLs should be added with "%s" in place of query, for example:
https://finance.yahoo.com/quote/%s
https://www.otcmarkets.com/stock/%s/security
 
The search can be done in two ways:
by using the Search box or by using the Context menu.                    

معلومات أساسية عن التمديد

الاسم OTC Search OTC Search
ID jbpgeglaedjjahhlgpemockjpggpmpfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/otc-search/jbpgeglaedjjahhlgpemockjpggpmpfj
الوصف Description
حجم الملف 13.32 KB
عدد التثبيتات 62
النسخة الحالية 1.0
آخر تحديث 2021-01-15
تاريخ النشر 2021-01-15
المطور MJ
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OTC Search",
    "version": "1.0",
    "description": "Description",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}