Rabbit for Reddit by PiQue
Submit any link to Reddit
什么是Rabbit for Reddit by PiQue?
Rabbit for Reddit by PiQue是由https://pique.co.za开发的Chrome扩展程序,该扩展的主要功能是“Submit any link to Reddit”。
扩展截图
下载Rabbit for Reddit by PiQue扩展crx文件
下载Rabbit for Reddit by PiQue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rabbit for Reddit adds a page action to your address bar allowing you to share your current page to Reddit from the Chrome address bar.
Nothing fancy in this version, just a simple submit to Reddit button that will allow you to share links like any other blog button. 扩展基本信息
| 名称 | |
| ID | alenjohkkffpbnefpkpjplcbgihadckm |
| 官方URL | https://chromewebstore.google.com/detail/rabbit-for-reddit-by-piqu/alenjohkkffpbnefpkpjplcbgihadckm |
| 简介 | Submit any link to Reddit |
| 文件大小 | 17.43 KB |
| 安装次数 | 31 |
| 当前版本 | 0.1 |
| 更新时间 | 2013-12-23 |
| 上架时间 | 2013-12-23 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | https://pique.co.za |
| 付费类型 | free |
| 扩展官网 | http://pique.co.za |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Rabbit for Reddit by PiQue",
"description": "Submit any link to Reddit",
"version": "0.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"page_action": {
"default_title": "Rabbit for Reddit! Submit this URL to Reddit.",
"default_icon": {
"16": "rabbit16.png",
"19": "rabbit19.png",
"38": "rabbit38.png",
"128": "rabbit128.png"
}
},
"icons": {
"16": "rabbit16.png",
"19": "rabbit19.png",
"38": "rabbit38.png",
"128": "rabbit128.png"
},
"permissions": [
"tabs",
"*:\/\/*\/*"
],
"options_page": "options.html"
} | |