Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
什么是Internshala Sort By Stipend?
Internshala Sort By Stipend是由Eshaan Bansal开发的Chrome扩展程序,该扩展的主要功能是“Sort By Stipend (descending) for Internship listings on Internshala.com”。
扩展截图
下载Internshala Sort By Stipend扩展crx文件
下载Internshala Sort By Stipend扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
官方URL | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
简介 | Sort By Stipend (descending) for Internship listings on Internshala.com |
文件大小 | 26.89 KB |
安装次数 | 56 |
当前版本 | 0.5.0 |
更新时间 | 2020-06-03 |
上架时间 | 2020-06-02 |
评分 | 5.00/5 共3次评分 |
开发者 | Eshaan Bansal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
帮助页面URL | https://eshaan7.github.io/ |
支持的语言 | 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" } } |