WebClip - Clip all the things

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

Hvad er WebClip - Clip all the things?

WebClip - Clip all the things er en Chrome-udvidelse udviklet af angelo.veltens, og dens hovedfunktion er "Store all the interesting things around the Web on your personal online datastore".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WebClip - Clip all the things-udvidelses-CRX-fil

Download WebClip - Clip all the things-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WebClip - Clip all the things WebClip - Clip all the things
ID mfgjcggbpdkbnnpgllaicoeplfgkfnkj
Officiel URL https://chromewebstore.google.com/detail/webclip-clip-all-the-thin/mfgjcggbpdkbnnpgllaicoeplfgkfnkj
Beskrivelse Store all the interesting things around the Web on your personal online datastore
Filstørrelse 4.26 MB
Antal Installationer 40
Nuværende Version 0.10.1
Senest Opdateret 2022-06-29
Udgivelsesdato 2021-08-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler angelo.veltens
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/codecentric/web-clip
Hjælpeside-URL https://github.com/codecentric/web-clip/discussions/categories/q-a
Understøttede Sprog 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"
}