Internshala Sort By Stipend

Sort By Stipend (descending) for Internship listings on Internshala.com

Что такое Internshala Sort By Stipend?

Internshala Sort By Stipend - это расширение Chrome, разработанное Eshaan Bansal, и его основная функция - "Sort By Stipend (descending) for Internship listings on Internshala.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Internshala Sort By Stipend

Скачайте файлы расширений 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
Официальный 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
Электронная почта [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"
    }
}