Nepal Stock Live Market Filter

Filter stock symbols on NEPSE live market site

Nepal Stock Live Market Filter란 무엇입니까?

Nepal Stock Live Market Filter은(는) acesmndr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Filter stock symbols on NEPSE live market site"입니다.

확장 프로그램 스크린샷

screenshot

Nepal Stock Live Market Filter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Nepal Stock Live Market Filter Nepal Stock Live Market Filter
ID dgcegochonmiggdmcgciignjoneaehhj
공식 URL https://chromewebstore.google.com/detail/nepal-stock-live-market-f/dgcegochonmiggdmcgciignjoneaehhj
설명 Filter stock symbols on NEPSE live market site
파일 크기 25.31 KB
설치 횟수 109
현재 버전 1.2.0
최근 업데이트 2021-10-19
출시 날짜 2021-05-03
평점 4.25/5 총 4 개의 평점
개발자 acesmndr
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
}