Nepal Stock Live Market Filter

Filter stock symbols on NEPSE live market site

Cos'è Nepal Stock Live Market Filter?

Nepal Stock Live Market Filter è un'estensione di Chrome sviluppata da acesmndr, e la sua funzione principale è "Filter stock symbols on NEPSE live market site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nepal Stock Live Market Filter

Scarica i file di estensione Nepal Stock Live Market Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension helps user filter out the stock symbols only that they are interested in on the official NEPSE live market website.
➼ It doesn't store any NEPSE stock live market data nor transmit any user details.
➼ It applies cosmetic change which can be reverted back with a page refresh. What it means is that it just adds CSS classes to hide Stock data that the user is not interested in
➼ There is an options page to toggle the chart and other UI elements as well as toggle the stock symbols
➼ It is lightweight and doesn't add any listeners onto the website                    

Informazioni di Base sull'Estensione

Nome Nepal Stock Live Market Filter Nepal Stock Live Market Filter
ID dgcegochonmiggdmcgciignjoneaehhj
URL Ufficiale https://chromewebstore.google.com/detail/nepal-stock-live-market-f/dgcegochonmiggdmcgciignjoneaehhj
Descrizione Filter stock symbols on NEPSE live market site
Dimensione del File 25.31 KB
Conteggio Installazioni 109
Versione Corrente 1.2.0
Ultimo Aggiornamento 2021-10-19
Data di Pubblicazione 2021-05-03
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore acesmndr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nepal Stock Live Market Filter",
    "version": "1.2.0",
    "description": "Filter stock symbols on NEPSE live market site",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.4.1\/css\/bootstrap.min.css",
        "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/dual-listbox.css",
        "https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/dual-listbox.min.js",
        "declarativeContent",
        "contextMenus"
    ],
    "page_action": {
        "default_title": "Nepal Stock Live Market Filter",
        "default_icon": "assets\/icons\/icon128.png"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "assets\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/dual-listbox.min.js; object-src 'self'"
}