Star Manager

tiny Github star manager

Star Manager क्या है?

Star Manager Kilerd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "tiny Github star manager"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Star Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}