Internshala Sort By Stipend

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

Hvad er Internshala Sort By Stipend?

Internshala Sort By Stipend er en Chrome-udvidelse udviklet af Eshaan Bansal, og dens hovedfunktion er "Sort By Stipend (descending) for Internship listings on Internshala.com".

Udvidelsesskærmbilleder

screenshot

Download Internshala Sort By Stipend-udvidelses-CRX-fil

Download Internshala Sort By Stipend-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Internshala Sort By Stipend Internshala Sort By Stipend
ID fpijfijiefipgnamnoeaklcjmecfjben
Officiel URL https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben
Beskrivelse Sort By Stipend (descending) for Internship listings on Internshala.com
Filstørrelse 26.89 KB
Antal Installationer 56
Nuværende Version 0.5.0
Senest Opdateret 2020-06-03
Udgivelsesdato 2020-06-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Eshaan Bansal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension
Hjælpeside-URL https://eshaan7.github.io/
Understøttede Sprog 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"
    }
}