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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
}