Tradingview Shariah Indicator

Display small shariah indicator to stock list in Tradingview(Malaysia, China, Indonesia, US)

Tradingview Shariah Indicator क्या है?

Tradingview Shariah Indicator azrizhaziq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display small shariah indicator to stock list in Tradingview(Malaysia, China, Indonesia, US)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tradingview Shariah Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Help user to easily identify any stock that are either shariah Compliance or non-shariah compliance within Malaysia, US(Nasdaq, NYSE) and China(SSE, SZSE) and Indonesia(IDX). If it is a shariah compliance, then this extension will add a small indicator to that stock.

Currently this extension only cover at these pages (refer the images)
- /screener
- /symbols
- /chart

Note:
- After installing please reload few times, because sometime it still has a bug.
- In /screener page please select "Malaysia" flag in order to filter shariah stocks

[Version]
2.3.0
- Added new feature where you can customise our data. There is 3 options default data, merge our data with your data, and lastly use your own data.

2.2.0
- added Indonesia Exchange, IDX.

2.1.0
- remove google analytics
- using manifest.version = 3

2.0.5
- fix bug in popup

2.0.4
- Fix bug on /chart page after TV update dom structure
- Fix bug with & symbol stock code in /chart page
- Aded count and date view in popup
- Update websites
- Experimenting few things after first time user install
- Consistence loading icon in popup

2.0.3
- Added NYSE, NASDAQ, SSE, SZSE
- Official website https://tsi.azrizhaziq.com

1.7.5, 1.7.6, 1.7.6.1
- 1.7.6, I accidentally published a silly mistake (only in chrome) so have to bump to 1.7.6.1
 - remove "webNavigation" & "tab" permissions

1.7.4
 - Remove "mid-small-cap"
 - Added a way to refresh data by pressing refresh-icon in popup

1.6.4
- Probably will be my last update
- Handle msc flag properly when stock name change its name.
- Optimizing screener toggle btn using css instead of looping each chilldren to display/hide
- Restructure json and make it easier to add another country if any.
- Reducing file size which speed up few things

1.5.4
- update popup looks
- update internal structure(more optimised)
- update myx listing to text(more readable)
- Breaking changes for stock-list.json

1.4.4
- minor patch update for symbol page doesn't show shariah and msc icon

1.4.3
- big update to display Mid and Small cap(MSC)
- popup's version now can be clicked
- popup also show msc data

1.3.3
- fix internal logic that in few cases, shariah indicator doesn't show up

1.1.3
- fix bug in screener page, where shariah icon is not visible

1.1.2
- Improve internal logic
- Added popup and show current data timestamp
- Use external json
- Just reload if the indicator sometime shy to show, :D

1.0.2
- Add filter by shariah only in /screener page
- Smash few bugs and update logic                    

एक्सटेंशन की मूल जानकारी

नाम Tradingview Shariah Indicator Tradingview Shariah Indicator
ID eogackkjbjbbmlkbakekhaanphmnpkgf
आधिकारिक URL https://chromewebstore.google.com/detail/tradingview-shariah-indic/eogackkjbjbbmlkbakekhaanphmnpkgf
विवरण Display small shariah indicator to stock list in Tradingview(Malaysia, China, Indonesia, US)
फ़ाइल का आकार 69.89 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2022-11-18
प्रकाशन तिथि 2020-05-30
रेटिंग 5.00/5 कुल 36 रेटिंग्स
डेवलपर azrizhaziq
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tsi.azrizhaziq.com
गोपनीयता नीति पृष्ठ URL https://tsi.azrizhaziq.com/privacy-policy
समर्थित भाषाएँ ms,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.0",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Azriz Haziq Jasni",
    "name": "__MSG_ext_extension_name__",
    "description": "__MSG_ext_extension_description__",
    "homepage_url": "https:\/\/github.com\/AzrizHaziq\/tradingview-syariah-indicator",
    "background": {
        "service_worker": "bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tradingview.com\/chart\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "page\/chart.js",
                "page\/screener.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tradingview.com\/screener\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "page\/screener.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tradingview.com\/symbols\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "page\/symbols.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/shariah-icon.svg"
            ],
            "matches": [
                "*:\/\/*.tradingview.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tradingview.com\/*"
    ],
    "icons": {
        "16": ".\/assets\/shariah-icon-16.png",
        "48": ".\/assets\/shariah-icon-48.png",
        "128": ".\/assets\/shariah-icon-128.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_ext_extension_name__",
        "default_icon": {
            "16": ".\/assets\/shariah-icon-16.png",
            "48": ".\/assets\/shariah-icon-48.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self'; object-src 'self'; script-src 'self'; connect-src https:\/\/raw.githubusercontent.com\/AzrizHaziq\/tradingview-syariah-indicator\/master\/packages\/data\/stock-list.json"
    }
}