Audible Play in Tab
Makes 'Play' button to open Audible cloudplayer in a tab instead of new window which gets lost and not easily accessible
Audible Play in Tabคืออะไร?
Audible Play in Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://prashanth.net และคุณลักษณะหลักของมันคือ "Makes 'Play' button to open Audible cloudplayer in a tab instead of new window which gets lost and not easily accessible"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audible Play in Tab
ดาวน์โหลดไฟล์ส่วนขยาย Audible Play in Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Makes 'Play' button to open Audible cloud-player/web-player in a new tab instead of new window which gets lost and not easily accessible. June 2nd 2018: Has been updated to work with changes in Audible November 7th 2018: Updated to work with Audible.in April 25th 2020: Has been updated to work with changes in Audible. Request to update reviews/ratings since those are based on older version. Jan 31st 2022: Add support for Audible UK. Thanks for the PR: David Schor (@SagaciousFool) Aug 23rd 2022: Add support for all Audible domains. Migrate to Manifest V3. Jan 9th, 2024: Add support to single audiobook view Thanks for the PR: David Schor (@SagaciousFool). Fix extension breaking when podcasts appear in my library Style the "Play in Tab" button to match Audible button style which also improves visibility of the button. (Thanks for the feedback Jean :) Contribute: https://github.com/hnprashanth/audible-play-in-tab
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audible Play in Tab |
ID | iebiembhkjihgamjpljjnhgjbamkgdoc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audible-play-in-tab/iebiembhkjihgamjpljjnhgjbamkgdoc |
คำอธิบาย | Makes 'Play' button to open Audible cloudplayer in a tab instead of new window which gets lost and not easily accessible |
ขนาดไฟล์ | 45.47 KB |
จำนวนการติดตั้ง | 7,466 |
เวอร์ชันปัจจุบัน | 0.72 |
อัปเดตครั้งล่าสุด | 2024-01-09 |
วันที่เผยแพร่ | 2020-04-25 |
คะแนน | 2.53/5 รวมทั้งหมด 36 คะแนน |
ผู้พัฒนา | https://prashanth.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://twitter.com/prashanth |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Audible Play in Tab", "description": "Makes 'Play' button to open Audible cloudplayer in a tab instead of new window which gets lost and not easily accessible", "version": "0.72", "host_permissions": [ "https:\/\/*.audible.com\/*", "https:\/\/*.audible.in\/*", "https:\/\/*.audible.co.uk\/*", "https:\/\/*.audible.ca\/*", "https:\/\/*.audible.co.jp\/*", "https:\/\/*.audible.com.au\/*", "https:\/\/*.audible.de\/*", "https:\/\/*.audible.es\/*", "https:\/\/*.audible.fr\/*", "https:\/\/*.audible.it\/*" ], "web_accessible_resources": [ { "resources": [ "jquery-2.0.3.min.map" ], "matches": [ "https:\/\/*.audible.com\/*", "https:\/\/*.audible.in\/*", "https:\/\/*.audible.co.uk\/*", "https:\/\/*.audible.ca\/*", "https:\/\/*.audible.co.jp\/*", "https:\/\/*.audible.com.au\/*", "https:\/\/*.audible.de\/*", "https:\/\/*.audible.es\/*", "https:\/\/*.audible.fr\/*", "https:\/\/*.audible.it\/*" ], "extension_ids": [ "iebiembhkjihgamjpljjnhgjbamkgdoc" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.audible.com\/*", "https:\/\/*.audible.in\/*", "https:\/\/*.audible.co.uk\/*", "https:\/\/*.audible.ca\/*", "https:\/\/*.audible.co.jp\/*", "https:\/\/*.audible.com.au\/*", "https:\/\/*.audible.de\/*", "https:\/\/*.audible.es\/*", "https:\/\/*.audible.fr\/*", "https:\/\/*.audible.it\/*" ], "js": [ "jquery-2.0.3.min.map", "addlink.js" ] } ], "action": { "default_icon": "icon.png" } } |