Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Qu'est-ce que Internshala Sort By Stipend ?
Internshala Sort By Stipend est une extension Chrome développée par Eshaan Bansal, et sa fonction principale est "Sort By Stipend (descending) for Internship listings on Internshala.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Internshala Sort By Stipend
Téléchargez les fichiers d'extension Internshala Sort By Stipend au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
URL Officiel | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Description | Sort By Stipend (descending) for Internship listings on Internshala.com |
Taille du Fichier | 26.89 KB |
Nombre d'Installations | 56 |
Version Actuelle | 0.5.0 |
Dernière Mise à Jour | 2020-06-03 |
Date de Publication | 2020-06-02 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Eshaan Bansal |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL de la Page d'Aide | https://eshaan7.github.io/ |
Langues Prises en Charge | 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" } } |