Listen Notes for Chrome - podcast search
The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.
Hvad er Listen Notes for Chrome - podcast search?
Listen Notes for Chrome - podcast search er en Chrome-udvidelse udviklet af https://www.listennotes.com, og dens hovedfunktion er "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.".
Udvidelsesskærmbilleder
Download Listen Notes for Chrome - podcast search-udvidelses-CRX-fil
Download Listen Notes for Chrome - podcast search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Search all podcasts and episodes right from your Chrome browser. Suggest podcasts for the website of current tab.
The fastest way to search podcasts:
- Search directly in the address bar (omnibar): L +
- Select text on a web page and right click to search from the context menu
- Search in the popup menu from the toolbar
If you have any questions, email us: [email protected] Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mgfcbojdgmjgafiihonneempohjhdjge |
| Officiel URL | https://chromewebstore.google.com/detail/listen-notes-for-chrome-p/mgfcbojdgmjgafiihonneempohjhdjge |
| Beskrivelse | The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites. |
| Filstørrelse | 355 KB |
| Antal Installationer | 4,382 |
| Nuværende Version | 2020.1.11 |
| Senest Opdateret | 2020-01-11 |
| Udgivelsesdato | 2020-01-11 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://www.listennotes.com |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.listennotes.com/privacy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.",
"version": "2020.1.11",
"name": "Listen Notes for Chrome - podcast search",
"short_name": "ListenNotes",
"omnibox": {
"keyword": "l"
},
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Listen Notes: best podcast search engine",
"default_icon": "icon-48.png"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"contextMenus",
"tabs",
"storage",
"https:\/\/*.listennotes.com\/"
],
"externally_connectable": {
"matches": [
"*:\/\/*.listennotes.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.listennotes.com\/*"
],
"js": [
"content.bundle.js"
],
"run_at": "document_end"
}
]
} | |