Listen Notes for Chrome - podcast search
The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.
Cos'è Listen Notes for Chrome - podcast search?
Listen Notes for Chrome - podcast search è un'estensione di Chrome sviluppata da https://www.listennotes.com, e la sua funzione principale è "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Listen Notes for Chrome - podcast search
Scarica i file di estensione Listen Notes for Chrome - podcast search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Listen Notes for Chrome - podcast search |
ID | mgfcbojdgmjgafiihonneempohjhdjge |
URL Ufficiale | https://chromewebstore.google.com/detail/listen-notes-for-chrome-p/mgfcbojdgmjgafiihonneempohjhdjge |
Descrizione | The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites. |
Dimensione del File | 355 KB |
Conteggio Installazioni | 4,382 |
Versione Corrente | 2020.1.11 |
Ultimo Aggiornamento | 2020-01-11 |
Data di Pubblicazione | 2020-01-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.listennotes.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.listennotes.com/privacy |
Lingue Supportate | 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" } ] } |