Listen Notes for Chrome - podcast search
The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.
Τι είναι το Listen Notes for Chrome - podcast search;
Το Listen Notes for Chrome - podcast search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.listennotes.com, και η κύρια λειτουργία του είναι "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Listen Notes for Chrome - podcast search
Λήψη αρχείων επέκτασης Listen Notes for Chrome - podcast search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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]
Βασικές Πληροφορίες Επέκτασης
Όνομα | Listen Notes for Chrome - podcast search |
ID | mgfcbojdgmjgafiihonneempohjhdjge |
Επίσημο URL | https://chromewebstore.google.com/detail/listen-notes-for-chrome-p/mgfcbojdgmjgafiihonneempohjhdjge |
Περιγραφή | The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites. |
Μέγεθος Αρχείου | 355 KB |
Αριθμός Εγκαταστάσεων | 4,382 |
Τρέχουσα Έκδοση | 2020.1.11 |
Τελευταία Ενημέρωση | 2020-01-11 |
Ημερομηνία Δημοσίευσης | 2020-01-11 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://www.listennotes.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.listennotes.com/privacy |
Υποστηριζόμενες Γλώσσες | 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" } ] } |