memordo

Create memory cards anywhere instantly!

memordoคืออะไร?

memordo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://memordo.com และคุณลักษณะหลักของมันคือ "Create memory cards anywhere instantly!"

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

screenshot
screenshot

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

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

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

                        Create memory cards anywhere instantly on the web 

We support images, Latex, and Cloze deletion. 
Effectiently learn and retain information through spaced repetition on memordo.com                    

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

ชื่อ memordo memordo
ID gmopeghkhdbjcebmflioppcfdbeimgoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/memordo/gmopeghkhdbjcebmflioppcfdbeimgoa
คำอธิบาย Create memory cards anywhere instantly!
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-08-07
วันที่เผยแพร่ 2020-07-24
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://memordo.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://memordo.com
URL หน้าช่วยเหลือ https://memordo.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://memordo.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "memordo",
    "description": "Create memory cards anywhere instantly!",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.memordo.com\/*",
        "activeTab",
        "https:\/\/fonts.googleapis.com\/",
        "http:\/\/fonts.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_disabled_16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*",
        "styles\/*",
        "packages\/*",
        "icons\/*"
    ]
}