Webclipper

Clip images from the web and use them in your projects

Τι είναι το Webclipper;

Το Webclipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ddiwebclipper, και η κύρια λειτουργία του είναι "Clip images from the web and use them in your projects".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Webclipper

Λήψη αρχείων επέκτασης Webclipper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Used to create a product at minimum or user can save Product or Invoice Line Item in a salesforce organisation a App is connected too. The Product image can be clipped from the web page, the Webclipper is on and can save as Product image.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webclipper Webclipper
ID bgbdknfmkdkkcnjfkohglhfblijdlnhd
Επίσημο URL https://chromewebstore.google.com/detail/webclipper/bgbdknfmkdkkcnjfkohglhfblijdlnhd
Περιγραφή Clip images from the web and use them in your projects
Μέγεθος Αρχείου 199 KB
Αριθμός Εγκαταστάσεων 230
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2023-12-05
Ημερομηνία Δημοσίευσης 2019-03-29
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ddiwebclipper
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://rainmaker.co.in/privacy-policy-2
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webclipper",
    "version": "1.3",
    "description": "Clip images from the web and use them in your projects",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "front.js",
                "sidebar.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "activeTab",
        "management"
    ],
    "manifest_version": 3
}