Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Wat is Internshala Sort By Stipend?
Internshala Sort By Stipend is een Chrome-extensie ontwikkeld door Eshaan Bansal, en de belangrijkste functie is "Sort By Stipend (descending) for Internship listings on Internshala.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Internshala Sort By Stipend
Download Internshala Sort By Stipend-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
Officiële URL | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Beschrijving | Sort By Stipend (descending) for Internship listings on Internshala.com |
Bestandsgrootte | 26.89 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.5.0 |
Laatst Bijgewerkt | 2020-06-03 |
Publicatiedatum | 2020-06-02 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Eshaan Bansal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
Help Pagina-URL | https://eshaan7.github.io/ |
Ondersteunde Talen | 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" } } |