Podrest

Turn a page into a podcast

ما هو Podrest؟

Podrest هو إضافة Chrome تم تطويرها بواسطة https://getpodrest.com، والميزة الرئيسية لها هي "Turn a page into a podcast".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Podrest

قم بتنزيل ملفات الامتداد Podrest بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://podrest.featurebase.app/
عنوان صفحة سياسة الخصوصية 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"
    }
}