Open in Instapaper Text

Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.

ما هو Open in Instapaper Text؟

Open in Instapaper Text هو إضافة Chrome تم تطويرها بواسطة rawbytz، والميزة الرئيسية لها هي "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

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

screenshot

تحميل ملف CRX للإضافة Open in Instapaper Text

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

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

                        Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS:

• Right click links to open them faster in Instapaper Text without loading the original page first.
• Assign a keyboard shortcut, and hide the toolbar icon if desired.

*Important Notes*
• "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. 
• Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options.  
• Not all websites are Instapaper Text compatible.

Ver 2.2: Updated to handle new facebook link format on right click.                    

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

الاسم Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
الوصف Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
حجم الملف 22.96 KB
عدد التثبيتات 3,372
النسخة الحالية 2.2
آخر تحديث 2017-08-31
تاريخ النشر 2017-08-31
تقييم 4.70/5 مجموع تقييمات 10
المطور rawbytz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Instapaper Text",
    "version": "2.2",
    "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.",
    "browser_action": {
        "default_icon": "ip_128.png",
        "default_title": "Open in Instapaper Text"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "ip_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}