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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Julxzs และคุณลักษณะหลักของมันคือ "Allows you to share a link to the current page to player.me"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One-click player.me sharing
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |