GithubTags

给Github项目添加标签,支持按标签搜索,支持数据云同步

GithubTagsคืออะไร?

GithubTags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xiandanin และคุณลักษณะหลักของมันคือ "给Github项目添加标签,支持按标签搜索,支持数据云同步"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GithubTags

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

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

                        如果Github网站结构有变化,可能会导致插件失效,如果发现失效请提交issues或者等待新版

Github:https://github.com/xiandanin/github-tags
反馈失效:https://github.com/xiandanin/github-tags/issues/new

如何开启云同步:https://github.com/xiandanin/github-tags#云同步                    

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

ชื่อ GithubTags GithubTags
ID jfppflnlpiekbiglfgiajddmkiglapog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/githubtags/jfppflnlpiekbiglfgiajddmkiglapog
คำอธิบาย 给Github项目添加标签,支持按标签搜索,支持数据云同步
ขนาดไฟล์ 434 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-04-10
วันที่เผยแพร่ 2020-03-09
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา xiandanin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/xiandanin/github-tags
URL หน้าช่วยเหลือ https://github.com/xiandanin/github-tags
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GithubTags",
    "description": "\u7ed9Github\u9879\u76ee\u6dfb\u52a0\u6807\u7b7e\uff0c\u652f\u6301\u6309\u6807\u7b7e\u641c\u7d22\uff0c\u652f\u6301\u6570\u636e\u4e91\u540c\u6b65",
    "version": "1.2.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_title": "github-tags",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "content_scripts\/css\/element-ui.css",
                "content_scripts\/css\/global.css",
                "content_scripts\/css\/index.css"
            ],
            "js": [
                "content_scripts\/js\/vue.min.js",
                "content_scripts\/js\/axios.min.js",
                "content_scripts\/js\/element-ui.js",
                "content_scripts\/js\/pinyin_dict_firstletter.js",
                "content_scripts\/js\/pinyinUtil.js",
                "content_scripts\/js\/tag.js",
                "content_scripts\/js\/list.js",
                "content_scripts\/js\/all-tag.js",
                "content_scripts\/js\/inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "content_scripts\/fonts\/element-icons.woff",
        "content_scripts\/fonts\/element-icons.ttf"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self'; connect-src 'self' https:\/\/gt.xiandan.in http:\/\/localhost:9000 https:\/\/*.githubusercontent.com; object-src 'self'"
}

ส่วนขยายที่เกี่ยวข้อง