Internshala Sort By Stipend

Sort By Stipend (descending) for Internship listings on Internshala.com

Co to jest Internshala Sort By Stipend?

Internshala Sort By Stipend to rozszerzenie Chrome opracowane przez Eshaan Bansal, a jego główną funkcją jest „Sort By Stipend (descending) for Internship listings on Internshala.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Internshala Sort By Stipend

Pobierz pliki rozszerzeń Internshala Sort By Stipend w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome add-on that provides Sort By Stipend (descending) functionality for Internship listings on Internshala.com. 
The Browser-History Permission is needed so that the extension would run only on Internshala.com. Nothing gets stored. 
Code is available on GitHub. Please see Homepage URL.                    

Podstawowe informacje o rozszerzeniu

Nazwa Internshala Sort By Stipend Internshala Sort By Stipend
ID fpijfijiefipgnamnoeaklcjmecfjben
Oficjalny URL https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben
Opis Sort By Stipend (descending) for Internship listings on Internshala.com
Rozmiar pliku 26.89 KB
Liczba instalacji 56
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2020-06-03
Data Publikacji 2020-06-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Eshaan Bansal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension
Adres URL Strony Pomocy https://eshaan7.github.io/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Internshala Sort By Stipend",
    "description": "Sort By Stipend (descending) for Internship listings on Internshala.com",
    "version": "0.5.0",
    "author": "Eshaan7",
    "permissions": [
        "webNavigation",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon32-grey.png",
        "default_popup": "popup.html"
    }
}