Podrest

Turn a page into a podcast

Podrest क्या है?

Podrest https://getpodrest.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn a page into a podcast"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Podrest एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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).                    

एक्सटेंशन की मूल जानकारी

नाम Podrest Podrest
ID oglfmkknlllemohcompfdlmikcafdjhe
आधिकारिक URL https://chromewebstore.google.com/detail/podrest/oglfmkknlllemohcompfdlmikcafdjhe
विवरण Turn a page into a podcast
फ़ाइल का आकार 2.62 MB
स्थापना संख्या 37
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2022-05-27
प्रकाशन तिथि 2021-12-28
डेवलपर https://getpodrest.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getpodrest.com
सहायता पृष्ठ URL https://podrest.featurebase.app/
गोपनीयता नीति पृष्ठ URL https://sunny-church-4f2.notion.site/Privacy-Policy-dd142e7effb14ede8eeed8c8b3ffb6cb
समर्थित भाषाएँ 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"
    }
}