GitHub Pages
Add a link to the GitHub-Page of a GitHub repository
GitHub Pagesとは何ですか?
GitHub PagesはMarco Riegerによって開発されたChromeの拡張機能で、その主な機能は「Add a link to the GitHub-Page of a GitHub repository」です。
拡張機能のスクリーンショット
GitHub Pages拡張機能のCRXファイルをダウンロード
GitHub Pages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | GitHub Pages |
ID | opeajkladelglljdblcjgkiclppcbkae |
公式URL | https://chromewebstore.google.com/detail/github-pages/opeajkladelglljdblcjgkiclppcbkae |
説明 | Add a link to the GitHub-Page of a GitHub repository |
ファイルサイズ | 7.93 KB |
インストール数 | 145 |
現在のバージョン | 1.2.0 |
最終更新日 | 2015-11-13 |
公開日 | 2015-11-13 |
開発者 | Marco Rieger |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ins0/chrome-gh-pages |
ヘルプページのURL | https://github.com/ins0/chrome-gh-pages/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Pages", "version": "1.2.0", "manifest_version": 2, "description": "Add a link to the GitHub-Page of a GitHub repository", "homepage_url": "https:\/\/github.com\/ins0\/chrome-gh-pages", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/gh-pages.js" ] } ] } |