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 |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |