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 là gì?

Listen Notes for Chrome - podcast search là một tiện ích mở rộng Chrome được phát triển bởi https://www.listennotes.com, và tính năng chính của nó là "The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Listen Notes for Chrome - podcast search

Tải xuống các tệp mở rộng Listen Notes for Chrome - podcast search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Listen Notes for Chrome - podcast search Listen Notes for Chrome - podcast search
ID mgfcbojdgmjgafiihonneempohjhdjge
URL Chính Thức https://chromewebstore.google.com/detail/listen-notes-for-chrome-p/mgfcbojdgmjgafiihonneempohjhdjge
Mô tả The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.
Kích Thước Tệp 355 KB
Số Lần Cài Đặt 4,382
Phiên Bản Hiện Tại 2020.1.11
Cập Nhật Lần Cuối 2020-01-11
Ngày Phát Hành 2020-01-11
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.listennotes.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.listennotes.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}