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