Google plus Community search
This extension allows you to perform a search inside the current google plus community you are browsing
Google plus Community searchとは何ですか?
Google plus Community searchはFullmakt ASによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to perform a search inside the current google plus community you are browsing」です。
拡張機能のスクリーンショット
Google plus Community search拡張機能のCRXファイルをダウンロード
Google plus Community search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Since the new Google Plus Community design lack the all important "search inside community" feature, this extension allows you to do just that. Click on the little icon at the top right when browsing a community to pop up a little search bar to search inside the community you are browsing.
拡張機能の基本情報
名前 | Google plus Community search |
ID | acddnghoolpgaifeinbglmbdhplndgca |
公式URL | https://chromewebstore.google.com/detail/google-plus-community-sea/acddnghoolpgaifeinbglmbdhplndgca |
説明 | This extension allows you to perform a search inside the current google plus community you are browsing |
ファイルサイズ | 6.8 KB |
インストール数 | 171 |
現在のバージョン | 0.2 |
最終更新日 | 2016-02-23 |
公開日 | 2016-02-23 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Fullmakt AS |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google plus Community search", "description": "This extension allows you to perform a search inside the current google plus community you are browsing", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Search community" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |