Better Search For Github

Save your favorite filters when searching in github repos

Better Search For Githubคืออะไร?

Better Search For Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xavier Cambar และคุณลักษณะหลักของมันคือ "Save your favorite filters when searching in github repos"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Search For Github

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

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

                        Save your favorite Github searches with Better Search for Github.

You have many projects to manage in Github, and there are too many searches that you have to do over and over again.

With this extension, searching your issues and pull-requests in Github is much easier so that you can manage your projects more easily!                    

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

ชื่อ Better Search For Github Better Search For Github
ID clkoiiijdjmoojmeicielppejamlbbkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-search-for-github/clkoiiijdjmoojmeicielppejamlbbkl
คำอธิบาย Save your favorite filters when searching in github repos
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 871
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2016-06-19
วันที่เผยแพร่ 2016-06-19
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Xavier Cambar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://xcambar.github.io/github-better-filters/
URL หน้าช่วยเหลือ http://github.com/xcambar/github-better-filters/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Search For Github",
    "description": "Save your favorite filters when searching in github repos",
    "version": "1.3.0",
    "author": "Xavier Cambar ",
    "homepage_url": "https:\/\/github.com\/xcambar\/github-better-filters",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/content.css",
                "css\/vendor\/animate.css"
            ],
            "js": [
                "browser.js",
                "js\/jquery.js",
                "js\/uuid.js",
                "js\/main.js"
            ],
            "matches": [
                "*:\/\/*.github.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icons\/16.png",
        "32": "img\/icons\/32.png",
        "48": "img\/icons\/48.png",
        "128": "img\/icons\/128.png"
    },
    "web_accessible_resources": []
}