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"
}  |  |