Star History

A chrome extension showing star history graph of current GitHub repository

ما هو Star History؟

Star History هو إضافة Chrome تم تطويرها بواسطة https://star-history.com، والميزة الرئيسية لها هي "A chrome extension showing star history graph of current GitHub repository".

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

screenshot
screenshot

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

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

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

                        Extension of https://star-history.com. When you visit a GitHub repo, this extension allows you to see its star history.                    

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

الاسم Star History Star History
ID iijibbcdddbhokfepbblglfgdglnccfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/star-history/iijibbcdddbhokfepbblglfgdglnccfn
الوصف A chrome extension showing star history graph of current GitHub repository
حجم الملف 785 KB
عدد التثبيتات 4,002
النسخة الحالية 2.0
آخر تحديث 2022-02-07
تاريخ النشر 2020-02-11
تقييم 4.92/5 مجموع تقييمات 12
المطور https://star-history.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bytebase/star-history-plugin
عنوان صفحة المساعدة https://github.com/bytebase/star-history-plugin/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star History",
    "description": "A chrome extension showing star history graph of current GitHub repository",
    "homepage_url": "https:\/\/github.com\/bytebase\/star-history",
    "author": "bytebase",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/extension\/popup.html"
    },
    "host_permissions": [
        "https:\/\/api.github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}