Star Manager

tiny Github star manager

ما هو Star Manager؟

Star Manager هو إضافة Chrome تم تطويرها بواسطة Kilerd، والميزة الرئيسية لها هي "tiny Github star manager".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Star Manager

قم بتنزيل ملفات الامتداد Star Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        here is a very tiny Github star manager.
you can access your star list on Chrome quickly and easily.

After installation, you need to type your Github username to the bottom input field.
Then, wait half an hour or restart your Chrome completely for fetching your Github star list.

The refresh process would be activated when starting Chrome or every half an hour.

For easily open the pop up page, you can set a shortcut for it in Chrome Extensions Page.

Finally, enjoy it and thanks for installation.

Oh, by the way if possible, please star it in Github https://github.com/Kilerd/StarManager                    

معلومات أساسية عن التمديد

الاسم Star Manager Star Manager
ID klajgkhhnnipjkilfgkkjofidahjfobh
عنوان URL الرسمي https://chromewebstore.google.com/detail/star-manager/klajgkhhnnipjkilfgkkjofidahjfobh
الوصف tiny Github star manager
حجم الملف 878 KB
عدد التثبيتات 46
النسخة الحالية 0.0.7
آخر تحديث 2019-12-03
تاريخ النشر 2019-12-03
المطور Kilerd
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Kilerd/StarManager
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Star Manager",
    "version": "0.0.7",
    "description": "tiny Github star manager",
    "icons": {
        "128": "icon-128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}