One-click player.me sharing
Allows you to share a link to the current page to player.me
One-click player.me sharingとは何ですか?
One-click player.me sharingはJulxzsによって開発されたChromeの拡張機能で、その主な機能は「Allows you to share a link to the current page to player.me」です。
One-click player.me sharing拡張機能のCRXファイルをダウンロード
One-click player.me sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension adds a simple menu in which to share a link to the page you're currently browsing to player.me. You are given the option to enter a message to go with the link you are sharing, but if you don't give a message, the title of the current page will be used instead.                     拡張機能の基本情報
| 名前 |   |  
| ID | bpbehblmlaokjncfjggkhbkfeoneoahd | 
| 公式URL | https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd | 
| 説明 | Allows you to share a link to the current page to player.me | 
| ファイルサイズ | 660 KB | 
| インストール数 | 14 | 
| 現在のバージョン | 3.2.0 | 
| 最終更新日 | 2016-07-09 | 
| 公開日 | 2016-07-09 | 
| 評価 | 5.00/5 合計 8 レビュー | 
| 開発者 | Julxzs | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://player.me/julxzs | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One-click player.me sharing",
    "description": "Allows you to share a link to the current page to player.me",
    "version": "3.2.0",
    "permissions": [
        "https:\/\/player.me\/*",
        "tabs",
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "images\/logo-icon-16.png",
        "128": "images\/logo-icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo-icon-128.png",
        "default_title": "Share on player.me",
        "default_popup": "popup.html"
    }
}  |  |