Better Search For Github

Save your favorite filters when searching in github repos

Better Search For Github क्या है?

Better Search For Github Xavier Cambar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your favorite filters when searching in github repos"।

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

screenshot

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

crx प्रारूप में Better Search For Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": []
}