Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
What is Internshala Sort By Stipend?
Internshala Sort By Stipend is a Chrome extension developed by Eshaan Bansal, and its main feature is "Sort By Stipend (descending) for Internship listings on Internshala.com".
Extension Screenshots
Download Internshala Sort By Stipend Extension CRX File
Download Internshala Sort By Stipend extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
Official URL | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Description | Sort By Stipend (descending) for Internship listings on Internshala.com |
File Size | 26.89 KB |
Installation Count | 56 |
Current Version | 0.5.0 |
Last Updated | 2020-06-03 |
Publish Date | 2020-06-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Eshaan Bansal |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
Help Page URL | https://eshaan7.github.io/ |
Supported Languages | 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" } } |