Summarly

Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience

ما هو Summarly؟

Summarly هو إضافة Chrome تم تطويرها بواسطة Den_dp، والميزة الرئيسية لها هي "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bored with wasting your time of too long articles with too little information? Summarly will help you to extract the most important part from the text.
With one click, Summarly makes blog posts and articles compact, clean and easy to read. Summarly eliminates all distractions from your online reading experience.

The project is open source. Support us with pull request.
GItHub: https://github.com/enisher/summarly                    

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

الاسم Summarly Summarly
ID khdhlgoidbiofllmeagplhnhedghpodc
عنوان URL الرسمي https://chromewebstore.google.com/detail/summarly/khdhlgoidbiofllmeagplhnhedghpodc
الوصف Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience
حجم الملف 20.02 KB
عدد التثبيتات 126
النسخة الحالية 0.0.3
آخر تحديث 2014-09-15
تاريخ النشر 2014-09-15
تقييم 3.60/5 مجموع تقييمات 5
المطور Den_dp
نوع الدفع free
موقع الإضافة https://github.com/enisher/summarly
عنوان صفحة المساعدة https://github.com/enisher/summarly/issues
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Summarly",
    "browser_action": {
        "default_icon": "img\/icon-128.png",
        "default_title": "Click to summarize"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "19": "img\/icon-19.png",
        "38": "img\/icon-38.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "Summarly makes blog articles clean and easy to read. Summarly eliminates all distractions from your online reading experience",
    "permissions": [
        "http:\/\/summarly-api.herokuapp.com\/"
    ],
    "version": "0.0.3"
}