Meemo

This extension allows to add the current page with notes into Meemo.

Meemoคืออะไร?

Meemo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meemo.minimal-space.de และคุณลักษณะหลักของมันคือ "This extension allows to add the current page with notes into Meemo."

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

screenshot

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

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

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

                                            

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

ชื่อ Meemo Meemo
ID lhkjapedcimeeiildlmebipnekekjmod
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod
คำอธิบาย This extension allows to add the current page with notes into Meemo.
ขนาดไฟล์ 22.06 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2017-02-12
วันที่เผยแพร่ 2017-02-12
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://meemo.minimal-space.de
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meemo",
    "description": "This extension allows to add the current page with notes into Meemo.",
    "homepage_url": "https:\/\/meemo.minimal-space.de",
    "icons": {
        "128": "logo.png"
    },
    "version": "0.2.0",
    "browser_action": {
        "default_title": "Meemo",
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "logo.png"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}