Weje Web Clipper

Use Web Clipper to save text and images to Weje

Weje Web Clipperคืออะไร?

Weje Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Weje และคุณลักษณะหลักของมันคือ "Use Web Clipper to save text and images to Weje"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Browse web sites and save important information into Weje Online Whiteboards easily. 
Capture ideas and inspiration for moodboards! Clip any text or images, grab links and emails; and organize any type of content to presentations, bookmarks, PDFs or future websites. 

Clip web pages in one click, tag, collaborate and share.

See how Weje extension clips data on the online whiteboard link below: 
https://app.weje.io/b/-MyHgGlvvtwerK-Nl8OT/6LBKQ1wJWgeuN3iDyH2IYzpvoA73

MAIN FEATURES OF WEJE WEB CLIPPER

✅ Capture Web page selected texts
✅ Clip and save images from web sites
✅ Save video and music
✅ Save emails from Gmail, Yahoo or Hotmail to Weje Ideas
✅ Export web pages to online white boards
✅ Add notes to any saved web pages, texts and pics
✅ Integrate with Miro, Notion, Milanote, Figjam, Jamboard and Padlet

WHAT IS WEJE 

Weje is an online whiteboard web service for the business collaboration and personal use. 
Collect anything from different sources with Weje, store, organize and visualize, and then share presentations on the public sites.

Feel free to contact us by email [email protected] in case of any questions or comments.

Create a free Weje account at https://weje.io/ 🧡                    

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

ชื่อ Weje Web Clipper Weje Web Clipper
ID dledbbnicnjmoclimlbnalemkpemkapf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weje-web-clipper/dledbbnicnjmoclimlbnalemkpemkapf
คำอธิบาย Use Web Clipper to save text and images to Weje
ขนาดไฟล์ 27 KB
จำนวนการติดตั้ง 1,223
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2022-03-22
คะแนน 4.88/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Weje
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://weje.io
URL หน้าช่วยเหลือ https://app.weje.io/b/-MyHgGlvvtwerK-Nl8OT/6LBKQ1wJWgeuN3iDyH2IYzpvoA73
URL หน้านโยบายความเป็นส่วนตัว https://weje.io/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weje Web Clipper",
    "description": "Use Web Clipper to save text and images to Weje",
    "version": "2.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/localhost:8080\/*",
                "https:\/\/dev.weje.io\/*",
                "https:\/\/dev.weje.tech\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.weje.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "https:\/\/app.weje.io\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Weje",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "24": "icon24.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}