Flappypedia

Flappypedia is a product that makes knowledge alive and within reach.

Flappypediaคืออะไร?

Flappypedia เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flappypedia และคุณลักษณะหลักของมันคือ "Flappypedia is a product that makes knowledge alive and within reach."

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

screenshot
screenshot
screenshot

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

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

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

                        There would popup a detailed card when we hover to a word/term/slang that is noted in Flappy space.

HOW TO RUN IT?
1. Add cards in the console

Record new words/slang/abbr on the console (https://flappypedia.com). The recording flow is simple, like writing a “light wiki”.
(Every new user is in our official space by default, in which we have recorded a lot of common glossaries. We will keep adding new terms in this space.)

2.The knowledge will fly to you

Once a word/slang/abbr is recorded in space, each time the space members meet this word in docs, gmails, or confluence pages, the word would be underlined. And when users hover over it, a card with details will appear nearby.

WHAT PLATFORMS DOES FLAPPYPEDIA WORK NOW?

Flappypedia now supports 3 apps: Google Doc, Gmail and Confluence. We are extending more apps.
https://flappypedia.com                    

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

ชื่อ Flappypedia Flappypedia
ID gpcjooddoiccmaghdkoeccedndgjbpij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flappypedia/gpcjooddoiccmaghdkoeccedndgjbpij
คำอธิบาย Flappypedia is a product that makes knowledge alive and within reach.
ขนาดไฟล์ 224 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2022-10-30
วันที่เผยแพร่ 2022-10-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา flappypedia
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flappypedia",
    "description": "Flappypedia is a product that makes knowledge alive and within reach.",
    "version": "0.0.7",
    "default_locale": "en",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/flappypedia.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/flappy_logo_x1.png",
        "48": "icons\/flappy_logo_x2.png",
        "128": "icons\/flappy_logo_x3.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js",
                "\/injectors\/google_docs_injector.js"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "injector.js"
            ],
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}