Summarize

Display a summary for the article on the current page

ما هو Summarize؟

Summarize هو إضافة Chrome تم تطويرها بواسطة Petrix، والميزة الرئيسية لها هي "Display a summary for the article on the current page".

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

screenshot
screenshot
screenshot

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

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

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

                        A Google Chrome extention that displays a summary of the article on the current page.                    

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

الاسم Summarize Summarize
ID ebkbmbnajpoepngfdagdmmecknedfckh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/summarize/ebkbmbnajpoepngfdagdmmecknedfckh
الوصف Display a summary for the article on the current page
حجم الملف 17.83 KB
عدد التثبيتات 203
النسخة الحالية 1.0
آخر تحديث 2016-06-27
تاريخ النشر 2016-06-27
تقييم 1.00/5 مجموع تقييمات 1
المطور Petrix
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/petre2dor/summarizeChromeExtension
عنوان صفحة المساعدة https://github.com/petre2dor/summarizeChromeExtension/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize",
    "description": "Display a summary for the article on the current page",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/46.101.138.193\/"
    ]
}