Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
Pigeonとは何ですか?
Pigeonはalielshayebによって開発されたChromeの拡張機能で、その主な機能は「Explore social content. The easiest way to find out what people are saying about what you're reading.」です。
拡張機能のスクリーンショット
Pigeon拡張機能のCRXファイルをダウンロード
Pigeon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pigeon is a lightweight chrome extension that gives users a social perspective on what they are reading online. Summary Sentiment Analysis Hashtag suggestion and search
拡張機能の基本情報
名前 | Pigeon |
ID | jjenofeflnahgfcdejlaobmeclmmbmin |
公式URL | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
説明 | Explore social content. The easiest way to find out what people are saying about what you're reading. |
ファイルサイズ | 55.74 KB |
インストール数 | 11 |
現在のバージョン | 1.4 |
最終更新日 | 2018-06-05 |
公開日 | 2018-06-04 |
評価 | 5.00/5 合計 11 レビュー |
開発者 | alielshayeb |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getpigeon.herokuapp.com |
ヘルプページのURL | https://getpigeon.herokuapp.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pigeon", "version": "1.4", "description": "Explore social content. The easiest way to find out what people are saying about what you're reading.", "manifest_version": 2, "incognito": "split", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "clipboardRead", "webRequest", "webNavigation", "*:\/\/*.herokuapp.com\/*" ] } |