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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Internshala Sort By Stipend Internshala Sort By Stipend
ID fpijfijiefipgnamnoeaklcjmecfjben
官方網址 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"
    }
}