Listen Notes for Chrome - podcast search

The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.

Co je Listen Notes for Chrome - podcast search?

Listen Notes for Chrome - podcast search je rozšíření Chrome vyvinuté https://www.listennotes.com, a jeho hlavní funkcí je „The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Listen Notes for Chrome - podcast search

Stáhněte si soubory rozšíření Listen Notes for Chrome - podcast search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Listen Notes for Chrome - podcast search Listen Notes for Chrome - podcast search
ID mgfcbojdgmjgafiihonneempohjhdjge
Oficiální URL https://chromewebstore.google.com/detail/listen-notes-for-chrome-p/mgfcbojdgmjgafiihonneempohjhdjge
Popis The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.
Velikost souboru 355 KB
Počet instalací 4,382
Aktuální Verze 2020.1.11
Poslední Aktualizace 2020-01-11
Datum Vydání 2020-01-11
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.listennotes.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.listennotes.com/privacy
Podporované Jazyky 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"
        }
    ]
}