Internshala Sort By Stipend

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

Was ist Internshala Sort By Stipend?

Internshala Sort By Stipend ist eine Chrome-Erweiterung, die von Eshaan Bansal entwickelt wurde, und ihr Hauptmerkmal ist "Sort By Stipend (descending) for Internship listings on Internshala.com".

Erweiterungsscreenshots

screenshot

Internshala Sort By Stipend-Erweiterungs-CRX-Datei herunterladen

Laden Sie Internshala Sort By Stipend-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Internshala Sort By Stipend Internshala Sort By Stipend
ID fpijfijiefipgnamnoeaklcjmecfjben
Offizielle URL https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben
Beschreibung Sort By Stipend (descending) for Internship listings on Internshala.com
Dateigröße 26.89 KB
Installationsanzahl 56
Aktuelle Version 0.5.0
Letztes Update 2020-06-03
Veröffentlichungsdatum 2020-06-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Eshaan Bansal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension
Hilfeseite URL https://eshaan7.github.io/
Unterstützte Sprachen 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"
    }
}