Read with Instapaper

Instantly view any compatible web page in Instapaper's text view.

ما هو Read with Instapaper؟

Read with Instapaper هو إضافة Chrome تم تطويرها بواسطة Philipp Comans، والميزة الرئيسية لها هي "Instantly view any compatible web page in Instapaper's text view.".

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

screenshot

تحميل ملف CRX للإضافة Read with Instapaper

قم بتنزيل ملفات الامتداد Read with Instapaper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Version 0.4:
Updated manifest to version 3.
Version 0.3:
New retina icon. I hope you like it.
Version 0.2:
Clicking the icon will do nothing if already displaying a site in Instapaper's text view. 
Changed manifest to version 2.                    

معلومات أساسية عن التمديد

الاسم Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
الوصف Instantly view any compatible web page in Instapaper's text view.
حجم الملف 16.12 KB
عدد التثبيتات 492
النسخة الحالية 0.4
آخر تحديث 2022-09-06
تاريخ النشر 2015-08-26
تقييم 4.67/5 مجموع تقييمات 6
المطور Philipp Comans
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/pcomans/ReadWithInstapaper
عنوان صفحة المساعدة https://github.com/pcomans/ReadWithInstapaper/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read with Instapaper",
    "description": "Instantly view any compatible web page in Instapaper's text view.",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Instapaper Text"
    },
    "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 3
}