Internshala Plus
A chrome extension for internshala.com
什么是Internshala Plus?
Internshala Plus是由Ankit Tiwari开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension for internshala.com”。
扩展截图
下载Internshala Plus扩展crx文件
下载Internshala Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Internshala Plus extension allows you to - 1. See the Required Skills and # of internships right in the internship card. 2. Search and filter internships by any keyword. 3. Sort By stipend or # of internships. Note: Please use the Reload Skills button or refresh the page in case the skills fail to load.
扩展基本信息
名称 | |
ID | einngbgomhimnjgbdoejfdoccahlnajf |
官方URL | https://chromewebstore.google.com/detail/internshala-plus/einngbgomhimnjgbdoejfdoccahlnajf |
简介 | A chrome extension for internshala.com |
文件大小 | 298 KB |
安装次数 | 117 |
当前版本 | 0.0.2 |
更新时间 | 2019-11-01 |
上架时间 | 2019-11-01 |
评分 | 5.00/5 共1次评分 |
开发者 | Ankit Tiwari |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension for internshala.com", "version": "0.0.2", "name": "Internshala Plus", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/internshala.com\/internships\/*" ], "js": [ "myContentScript.bundle.js" ] } ], "permissions": [ "tabs", "storage" ] } |