Socialcast high five!
Socialcast high five!
Socialcast high five!とは何ですか?
Socialcast high five!はhttps://olsenius.comによって開発されたChromeの拡張機能で、その主な機能は「Socialcast high five!」です。
拡張機能のスクリーンショット
Socialcast high five!拡張機能のCRXファイルをダウンロード
Socialcast high five!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace like with high five at socialcast.com
拡張機能の基本情報
名前 | Socialcast high five! |
ID | gckagdcjipinndgaipddacbecjfjiedc |
公式URL | https://chromewebstore.google.com/detail/socialcast-high-five/gckagdcjipinndgaipddacbecjfjiedc |
説明 | Socialcast high five! |
ファイルサイズ | 36.79 KB |
インストール数 | 17 |
現在のバージョン | 0.0.0.7 |
最終更新日 | 2014-05-11 |
公開日 | 2014-05-11 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://olsenius.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Olsenius/SocialcastHighFive |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Socialcast high five!", "version": "0.0.0.7", "manifest_version": 2, "description": "Socialcast high five!", "permissions": [ "https:\/\/*.socialcast.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.socialcast.com\/*" ], "js": [ "jquery-1.7.2.min.js", "highFive.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "replace.js" ] } |