WebClip - Clip all the things

Store all the interesting things around the Web on your personal online datastore

WebClip - Clip all the thingsคืออะไร?

WebClip - Clip all the things เป็นส่วนขยายของ Chrome ที่พัฒนาโดย angelo.veltens และคุณลักษณะหลักของมันคือ "Store all the interesting things around the Web on your personal online datastore"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebClip - Clip all the things

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

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

                        WebClip not only allows you to bookmark your favorite web pages, but to store all the interesting things you find on the Web - like recipes, fashion, products, games, and much more - in a structured way to your personal online data store based on Solid web standards.

Connect your Solid Pod and start collecting interesting things found across the world wide web.                    

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

ชื่อ WebClip - Clip all the things WebClip - Clip all the things
ID mfgjcggbpdkbnnpgllaicoeplfgkfnkj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj
คำอธิบาย Store all the interesting things around the Web on your personal online datastore
ขนาดไฟล์ 4.26 MB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.10.1
อัปเดตครั้งล่าสุด 2022-06-29
วันที่เผยแพร่ 2021-08-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา angelo.veltens
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/codecentric/web-clip
URL หน้าช่วยเหลือ https://github.com/codecentric/web-clip/discussions/categories/q-a
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebClip - Clip all the things",
    "short_name": "WebClip",
    "description": "Store all the interesting things around the Web on your personal online datastore",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "WebClip"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "web_accessible_resources": [],
    "options_page": "options.html",
    "version": "0.10.1"
}