Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Internshala Sort By Stipend là gì?
Internshala Sort By Stipend là một tiện ích mở rộng Chrome được phát triển bởi Eshaan Bansal, và tính năng chính của nó là "Sort By Stipend (descending) for Internship listings on Internshala.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Internshala Sort By Stipend
Tải xuống các tệp mở rộng Internshala Sort By Stipend dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
URL Chính Thức | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Mô tả | Sort By Stipend (descending) for Internship listings on Internshala.com |
Kích Thước Tệp | 26.89 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2020-06-03 |
Ngày Phát Hành | 2020-06-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Eshaan Bansal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL Trang Trợ Giúp | https://eshaan7.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |