Pocket Casts Toggle Play
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.
Vad är Pocket Casts Toggle Play?
Pocket Casts Toggle Play är en Chrome-tillägg utvecklad av oyvind.nilsen, och dess huvudfunktion är "Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.".
Ladda ner Pocket Casts Toggle Play-förlängningens CRX-fil
Ladda ner Pocket Casts Toggle Play-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast independently of current tab.
Grundläggande Information om Tillägg
Namn | |
ID | imkmbigkncglnfljhkdbnifikpdgefbi |
Officiell webbadress | https://chrome.google.com/webstore/detail/pocket-casts-toggle-play/imkmbigkncglnfljhkdbnifikpdgefbi |
Beskrivning | Simple play/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast. |
Filstorlek | 12.69 KB |
Antal Installationer | 12 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-11-14 |
Publiceringsdatum | 2017-11-14 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | oyvind.nilsen |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "author": "Oyvind A Nilsen", "homepage_url": "http:\/\/oyvindnilsen.com", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Simple play\/pause hotkey (Alt+S) for Pocket Casts. This button allows to pause or resume current podcast.", "manifest_version": 2, "name": "Pocket Casts Toggle Play", "permissions": [ "tabs", "https:\/\/playbeta.pocketcasts.com\/*", "https:\/\/play.pocketcasts.com\/*", "http:\/\/playbeta.pocketcasts.com\/*", "http:\/\/play.pocketcasts.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "commands": { "toggle": { "suggested_key": { "default": "Alt+S" }, "description": "toggle play\/pause" } } } |