Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Co je Internshala Sort By Stipend?
Internshala Sort By Stipend je rozšíření Chrome vyvinuté Eshaan Bansal, a jeho hlavní funkcí je „Sort By Stipend (descending) for Internship listings on Internshala.com“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Internshala Sort By Stipend
Stáhněte si soubory rozšíření Internshala Sort By Stipend ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
Oficiální URL | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Popis | Sort By Stipend (descending) for Internship listings on Internshala.com |
Velikost souboru | 26.89 KB |
Počet instalací | 56 |
Aktuální Verze | 0.5.0 |
Poslední Aktualizace | 2020-06-03 |
Datum Vydání | 2020-06-02 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Eshaan Bansal |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL Stránky Nápovědy | https://eshaan7.github.io/ |
Podporované Jazyky | 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" } } |