WebClip - Clip all the things

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

WebClip - Clip all the things là gì?

WebClip - Clip all the things là một tiện ích mở rộng Chrome được phát triển bởi angelo.veltens, và tính năng chính của nó là "Store all the interesting things around the Web on your personal online datastore".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebClip - Clip all the things

Tải xuống các tệp mở rộng WebClip - Clip all the things dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebClip - Clip all the things WebClip - Clip all the things
ID mfgjcggbpdkbnnpgllaicoeplfgkfnkj
URL Chính Thức https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj
Mô tả Store all the interesting things around the Web on your personal online datastore
Kích Thước Tệp 4.26 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.10.1
Cập Nhật Lần Cuối 2022-06-29
Ngày Phát Hành 2021-08-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển angelo.veltens
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/codecentric/web-clip
URL Trang Trợ Giúp https://github.com/codecentric/web-clip/discussions/categories/q-a
Ngôn Ngữ Được Hỗ Trợ 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"
}