Internshala Sort By Stipend
Sort By Stipend (descending) for Internship listings on Internshala.com
Apa itu Internshala Sort By Stipend?
Internshala Sort By Stipend adalah ekstensi Chrome yang dikembangkan oleh Eshaan Bansal, dan fitur utamanya adalah "Sort By Stipend (descending) for Internship listings on Internshala.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Internshala Sort By Stipend
Unduh file ekstensi Internshala Sort By Stipend dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fpijfijiefipgnamnoeaklcjmecfjben |
URL Resmi | https://chromewebstore.google.com/detail/internshala-sort-by-stipe/fpijfijiefipgnamnoeaklcjmecfjben |
Deskripsi | Sort By Stipend (descending) for Internship listings on Internshala.com |
Ukuran File | 26.89 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.5.0 |
Terakhir Diperbarui | 2020-06-03 |
Tanggal Publikasi | 2020-06-02 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | Eshaan Bansal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Eshaan7/Internshala-Stipend-Sort-Browser-Extension |
URL Halaman Bantuan | https://eshaan7.github.io/ |
Bahasa yang Didukung | 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" } } |