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"
}