Podrest

Turn a page into a podcast

Qu'est-ce que Podrest ?

Podrest est une extension Chrome développée par https://getpodrest.com, et sa fonction principale est "Turn a page into a podcast".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Podrest

Téléchargez les fichiers d'extension Podrest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Podrest is a service with which you can convert a web article, blog and news into a podcast so that you can listen to them on the go.
This extension converts the current web page into a podcast episode with a few clicks.

To signup, to listen to converted episode or to subscribe to your podcast, go to 
https://www.getpodrest.com/

Note: When you convert a page with this extension, you will see a desktop notification as long as you use Windows or macOS (Linus is not supported). In case you don't see any notification
1. Go to chrome://flags/#enable-system-notifications and disable it.
2. If 1. doesn't solve, allow notifications from Google Chrome in OS settings.


* Currently only English is supported on this extension. If you look for more language support, please use WEB version (www.getpodrest.com).                    

Informations de Base sur l'Extension

Nom Podrest Podrest
ID oglfmkknlllemohcompfdlmikcafdjhe
URL Officiel https://chromewebstore.google.com/detail/podrest/oglfmkknlllemohcompfdlmikcafdjhe
Description Turn a page into a podcast
Taille du Fichier 2.62 MB
Nombre d'Installations 37
Version Actuelle 0.2.1
Dernière Mise à Jour 2022-05-27
Date de Publication 2021-12-28
Développeur https://getpodrest.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.getpodrest.com
URL de la Page d'Aide https://podrest.featurebase.app/
URL de la Page de Politique de Confidentialité https://sunny-church-4f2.notion.site/Privacy-Policy-dd142e7effb14ede8eeed8c8b3ffb6cb
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Podrest",
    "manifest_version": 3,
    "version": "0.2.1",
    "description": "Turn a page into a podcast",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Turn a page into podcasts",
        "default_icon": {
            "16": "logo16.png",
            "24": "logo24.png",
            "32": "logo32.png"
        }
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}