Contentyze

Writing Made Easy

Contentyzeคืออะไร?

Contentyze เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://contentyze.com และคุณลักษณะหลักของมันคือ "Writing Made Easy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contentyze

ดาวน์โหลดไฟล์ส่วนขยาย Contentyze ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Save time by summarising long texts!

Contentyze allows you to summarise any webpage. Go to the website you want to summarise and click on either "One-Line Summary" or "Longer Summary", wait a couple of seconds and you'll see the summary of the text.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Contentyze Contentyze
ID gpphaggniggaeijgmkaoleflnpflnfdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contentyze/gpphaggniggaeijgmkaoleflnpflnfdo
คำอธิบาย Writing Made Easy
ขนาดไฟล์ 686 KB
จำนวนการติดตั้ง 771
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-09-13
วันที่เผยแพร่ 2020-09-13
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://contentyze.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://contentyze.com
URL หน้านโยบายความเป็นส่วนตัว https://contentyze.com/privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contentyze",
    "version": "1.0.0",
    "description": "Writing Made Easy",
    "manifest_version": 2,
    "icons": {
        "128": "icons\/logo128.png",
        "48": "icons\/logo48.png",
        "38": "icons\/logo38.png",
        "19": "icons\/logo19.png",
        "16": "icons\/logo16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/logo128.png",
            "48": "icons\/logo48.png",
            "38": "icons\/logo38.png",
            "19": "icons\/logo19.png",
            "16": "icons\/logo16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}