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 |
电子邮箱 | [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\/*" ] } |