Twitter for GitHub
Twitter handles for GitHub
Twitter for GitHubとは何ですか?
Twitter for GitHubはbevacquaによって開発されたChromeの拡張機能で、その主な機能は「Twitter handles for GitHub」です。
拡張機能のスクリーンショット
Twitter for GitHub拡張機能のCRXファイルをダウンロード
Twitter for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Inserts Twitter usernames into GitHub profiles, after inferring them through multiple strategies. 拡張機能の基本情報
| 名前 | |
| ID | joalalcafnlmimkfkihjbdgmphgedojc |
| 公式URL | https://chromewebstore.google.com/detail/twitter-for-github/joalalcafnlmimkfkihjbdgmphgedojc |
| 説明 | Twitter handles for GitHub |
| ファイルサイズ | 19.72 KB |
| インストール数 | 156 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2019-02-15 |
| 公開日 | 2019-02-14 |
| 評価 | 4.80/5 合計 5 レビュー |
| 開発者 | bevacqua |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter for GitHub",
"version": "1.0.1",
"description": "Twitter handles for GitHub",
"homepage_url": "https:\/\/github.com\/bevacqua\/twitter-for-github",
"manifest_version": 2,
"minimum_chrome_version": "48",
"permissions": [
"https:\/\/github.com\/*"
],
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"vendor\/sprint.min.js",
"content.js"
]
}
]
} | |