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

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

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