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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 One-click player.me sharing One-click player.me sharing
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"
    }
}