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