Pandora Mod: Move controls to top of page

Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs

Pandora Mod: Move controls to top of pageคืออะไร?

Pandora Mod: Move controls to top of page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brett Tolbert และคุณลักษณะหลักของมันคือ "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora Mod: Move controls to top of page

ดาวน์โหลดไฟล์ส่วนขยาย Pandora Mod: Move controls to top of page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Moves the playback controls on Pandora Internet Radio (pandora.com) from the bottom of the page to the top, closer to the URL bar and tabs for convenience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pandora Mod: Move controls to top of page Pandora Mod: Move controls to top of page
ID ccfidlaekbaioidkljhheaonlgbhikla
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pandora-mod-move-controls/ccfidlaekbaioidkljhheaonlgbhikla
คำอธิบาย Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs
ขนาดไฟล์ 495 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Brett Tolbert
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Mod: Move controls to top of page",
    "version": "0.0.3",
    "description": "Moves the playback controls on Pandora Radio from the bottom of the page to the top, closer to the URL bar and tabs",
    "author": "Brett Tolbert",
    "homepage_url": "http:\/\/bretttolbert.com",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pandora.com\/*"
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "content.js"
            ]
        }
    ]
}