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 https://www.listennotes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Listen Notes for Chrome - podcast search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |