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 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
عنوان صفحة المساعدة 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"
    }
}