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 |
| 官方網址 | 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"
} | |