Git Search

GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!

ما هو Git Search؟

Git Search هو إضافة Chrome تم تطويرها بواسطة Georg Kunz · @geku، والميزة الرئيسية لها هي "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".

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

screenshot

تحميل ملف CRX للإضافة Git Search

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

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

                        Get quick access to the most important pages of your GitHub Account: type "gh" into the input field followed by the name of a repository or user. Select the desired repository or user with the cursor and hit enter. Git Search brings you directly to the page without long typing.

Examples:
git 
git  pulls
git  issues
git  
git 
git 
git 


Git Search implements a subset of the GitHub CommandBar commands on their page (https://github.com/blog/1264-introducing-the-command-bar).

Git Search is not affiliated with GitHub.                    

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

الاسم Git Search Git Search
ID cagcemjohhdepmbdngeehkmidlfmgmnn
عنوان URL الرسمي https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn
الوصف GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!
حجم الملف 54.12 KB
عدد التثبيتات 312
النسخة الحالية 1.0
آخر تحديث 2012-09-18
تاريخ النشر 2012-09-18
تقييم 5.00/5 مجموع تقييمات 1
المطور Georg Kunz · @geku
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Search",
    "description": "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "omnibox": {
        "keyword": "gh"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 2
}