ListenLater.fm
A read-it-later service for your ears
ListenLater.fmとは何ですか?
ListenLater.fmはhttps://listenlater.fmによって開発されたChromeの拡張機能で、その主な機能は「A read-it-later service for your ears」です。
拡張機能のスクリーンショット
ListenLater.fm拡張機能のCRXファイルをダウンロード
ListenLater.fm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A read-it-later service for your ears. Send articles you want to read in the future to a personalized podcast feed for you to listen to on your own time.
Please create an account at ListenLater.fm to use this add-on. Once you have your account, please add your API Key to the Add-on settings in Chrome. From there, any time you want to add a new article to your personalized podcast feed, just click the icon in your toolbar.                     拡張機能の基本情報
| 名前 |   |  
| ID | lelinmbjcafkkmemgmckiklmdeehfhkm | 
| 公式URL | https://chromewebstore.google.com/detail/listenlaterfm/lelinmbjcafkkmemgmckiklmdeehfhkm | 
| 説明 | A read-it-later service for your ears | 
| ファイルサイズ | 32.93 KB | 
| インストール数 | 491 | 
| 現在のバージョン | 1.2.0 | 
| 最終更新日 | 2023-07-28 | 
| 公開日 | 2020-02-12 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | https://listenlater.fm | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://www.listenlater.fm | 
| プライバシーポリシーページのURL | https://www.listenlater.fm/privacy | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ListenLater.fm",
    "version": "1.2.0",
    "description": "A read-it-later service for your ears",
    "homepage_url": "https:\/\/www.listenlater.fm",
    "icons": {
        "48": "icons\/ear-512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/ear-512.png",
        "default_title": "ListenLater.fm"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}  |  |