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によって開発されたChromeの拡張機能で、その主な機能は「The Official Listen Notes Chrome Extension. Search podcasts by topics. Suggest podcasts for websites.」です。
拡張機能のスクリーンショット
Listen Notes for Chrome - podcast search拡張機能のCRXファイルをダウンロード
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] 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |