GitHub Search Tool
Instant access to the GitHub search bar
ما هو GitHub Search Tool؟
GitHub Search Tool هو إضافة Chrome تم تطويرها بواسطة Paweł Urbanek، والميزة الرئيسية لها هي "Instant access to the GitHub search bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GitHub Search Tool
قم بتنزيل ملفات الامتداد GitHub Search Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension provides access to the GitHub search bar. Click the icon or press CTRL(CMD)+SHIFT+F to show the search bar. Type in the search phrase and press ENTER. Results will display in the current tab. If you have already a binding for the default shortcut, extension will NOT overwrite it. You can set your own in Chrome settings.
معلومات أساسية عن التمديد
الاسم | GitHub Search Tool |
ID | mppgeiejiiffmgmhllepmpjpaaffakpl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/github-search-tool/mppgeiejiiffmgmhllepmpjpaaffakpl |
الوصف | Instant access to the GitHub search bar |
حجم الملف | 23.06 KB |
عدد التثبيتات | 215 |
النسخة الحالية | 0.2.2 |
آخر تحديث | 2013-12-02 |
تاريخ النشر | 2013-12-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Paweł Urbanek |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/pawurb/GitHubSimpleSearch |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Search Tool", "description": "Instant access to the GitHub search bar", "version": "0.2.2", "browser_action": { "default_title": "GitHub Simple Search", "default_popup": "search_bar.html", "default_icon": "images\/popup-icon.png" }, "icons": { "128": "images\/128-icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" } } }, "manifest_version": 2 } |