Show Me the Code
A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.
Show Me the Codeとは何ですか?
Show Me the CodeはAjedi32によって開発されたChromeの拡張機能で、その主な機能は「A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.」です。
拡張機能のスクリーンショット
Show Me the Code拡張機能のCRXファイルをダウンロード
Show Me the Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension provides a quick way to find links to common code hosting websites (e.g. GitHub) on any webpage. Currently only GitHub is supported, but if you'd like to see support for any other code hosting websites just let me know. This extension has a GitHub repo, pull requests are welcome! https://github.com/Ajedi32/show_me_the_code
拡張機能の基本情報
名前 | Show Me the Code |
ID | gdacmhelpdiadapogoeaadlchkadachj |
公式URL | https://chromewebstore.google.com/detail/show-me-the-code/gdacmhelpdiadapogoeaadlchkadachj |
説明 | A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage. |
ファイルサイズ | 14.22 KB |
インストール数 | 14 |
現在のバージョン | 0.1.0 |
最終更新日 | 2013-12-30 |
公開日 | 2013-12-30 |
開発者 | Ajedi32 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Show Me the Code", "description": "A quick way to find links to common code hosting websites (e.g. GitHub) on any webpage.", "version": "0.1.0", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "web_accessible_resources": [ "repo_matchers.js", "get_links.js" ], "permissions": [ "activeTab" ], "browser_action": { "default_title": "Show Me the Code", "default_icon": { "19": "assets\/images\/icon19.png", "38": "assets\/images\/icon38.png" }, "default_popup": "popup.html" }, "manifest_version": 2 } |