Little Star - Github Stars Manager

Github Stars Manager

Little Star - Github Stars Managerคืออะไร?

Little Star - Github Stars Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wzlrocker และคุณลักษณะหลักของมันคือ "Github Stars Manager"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Little Star - Github Stars Manager

ดาวน์โหลดไฟล์ส่วนขยาย Little Star - Github Stars Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An awesome Github stars management extension to manage the stars.
一个用于管理Github star的拓展。方便的分类star,整理star,分享star。

🏡  Home Page: https://www.littlestarcloud.com/
🦍 Web App: https://www.littlestarcloud.com/home
🔖 Wiki: https://github.com/alianrock/LittleStar/wiki


1.0.0 launch 🚀 finally!!!✿✿ヽ(°▽°)ノ✿
Little Star ⭐️ comes from an idea of categorizing projects directly when clicking GitHub Star button, and I want to manage and local my GitHub stars quickly 🔎. So building a browser extension with comfortable UI comes to my mind🤖.

After many beta versions, bug fixes 👨‍💻‍, and a lot of help with feedback from friends, Little Star 1.0.0 ⭐️ finally launched 🎉🎉🎉 . Thank you guys!! Little Star 1.0.0 may not be perfect and there are still many features need to be completed, I will try my best to make it better.

Hope Little Star can help you manage your stars and explore more awesome projects.

Updates:
1.0.2
- fix notification problem
1.0.1
- fix star data update
- Add dark theme event listener

1.0.0 🚀                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Little Star - Github Stars Manager Little Star - Github Stars Manager
ID kmjfdonmflchjdlmeoecbmebfpnafpec
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/little-star-github-stars/kmjfdonmflchjdlmeoecbmebfpnafpec
คำอธิบาย Github Stars Manager
ขนาดไฟล์ 1.45 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.5.7
อัปเดตครั้งล่าสุด 2022-03-31
วันที่เผยแพร่ 2020-06-23
คะแนน 4.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา wzlrocker
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.littlestarcloud.com/
URL หน้าช่วยเหลือ https://www.littlestarcloud.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.littlestarcloud.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Little Star - Github Stars Manager",
    "version": "1.5.7",
    "manifest_version": 2,
    "description": "Github Stars Manager",
    "icons": {
        "16": ".\/logo\/[email protected]",
        "48": ".\/logo\/[email protected]",
        "128": ".\/logo\/[email protected]"
    },
    "permissions": [
        "cookies",
        "https:\/\/github.com\/*\/*",
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/*",
        "https:\/\/www.littlestarcloud.com\/*",
        "https:\/\/wk.littlestarcloud.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.littlestarcloud.com\/*"
        ]
    },
    "web_accessible_resources": [
        "css\/**",
        "fonts\/**",
        "img\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                ".\/css\/chunk-common.css",
                ".\/css\/content.css"
            ],
            "js": [
                ".\/js\/content.js",
                ".\/js\/chunk-vendors.js",
                ".\/js\/chunk-common.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.littlestarcloud.com\/*"
            ],
            "js": [
                ".\/webpage.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.littlestarcloud.com\/auth\/github\/callback\/*"
            ],
            "js": [
                ".\/loginCallback.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Little Star",
        "default_icon": ".\/logo\/[email protected]",
        "default_popup": ".\/index.html"
    },
    "background": {
        "page": ".\/background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+O",
                "mac": "Command+Shift+Y"
            },
            "description": "Opens index.html"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'  https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}