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 |
Eメール | [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" } } |