GitHub Search Tool
Instant access to the GitHub search bar
GitHub Search Toolとは何ですか?
GitHub Search ToolはPaweł Urbanekによって開発されたChromeの拡張機能で、その主な機能は「Instant access to the GitHub search bar」です。
拡張機能のスクリーンショット
GitHub Search Tool拡張機能のCRXファイルをダウンロード
GitHub Search Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |