Pinterest Love: Pinterest Screenshot Saver++

Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.

Τι είναι το Pinterest Love: Pinterest Screenshot Saver++;

Το Pinterest Love: Pinterest Screenshot Saver++ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vitaminiser, και η κύρια λειτουργία του είναι "Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pinterest Love: Pinterest Screenshot Saver++

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

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

                        For help/questions/suggestions contact @Vitaminiser on Twitter!

A little addon for Pinterest™ lovers!

Features include: 
✔ save images on any web page to your boards;
✔ create screenshots of web pages and upload them to Pinterest;
✔ visually search similar images;
✔ list all images on a page available for pinning;
✔ pin mouseover buttons;
✔ remove Pinterest links form Google Image Search results;
✔ Night Mode for Pinterest;
✔ Edit and annotate screenshots and other images before saving a pin;

Annotations powered by MarkerJS (https://markerjs.com/)                    

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

Όνομα Pinterest Love: Pinterest Screenshot Saver++ Pinterest Love: Pinterest Screenshot Saver++
ID nkabooldphfdjcbhcodblkfmigmpchhi
Επίσημο URL https://chromewebstore.google.com/detail/pinterest-love-pinterest/nkabooldphfdjcbhcodblkfmigmpchhi
Περιγραφή Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.
Μέγεθος Αρχείου 1.25 MB
Αριθμός Εγκαταστάσεων 1,567
Τρέχουσα Έκδοση 1.41
Τελευταία Ενημέρωση 2023-01-15
Ημερομηνία Δημοσίευσης 2020-07-04
Αξιολόγηση 4.45/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής Vitaminiser
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://twitter.com/vitaminiser
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/vitaminiser
URL της Σελίδας Πολιτικής Απορρήτου https://myproggies.github.io/Pinterest-Love-Pinterest-Screenshot-Saver
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinterest Love: Pinterest Screenshot Saver++",
    "short_name": "Pinterest Love",
    "version": "1.41",
    "description": "Save screenshots and other images to Pinterest, visually search pins and list pinnable images on a page.",
    "homepage_url": "https:\/\/twitter.com\/vitaminiser",
    "author": "@vitaminiser",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*",
        "*:\/\/*.pinterest.com\/"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16x16.png",
            "24": "icons\/icon24x24.png"
        }
    },
    "options_page": "options\/options.html",
    "icons": {
        "128": "icons\/icon128x128.png",
        "16": "icons\/icon16x16.png",
        "48": "icons\/icon48x48.png",
        "32": "icons\/icon32x32.png",
        "24": "icons\/icon24x24.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "common.js",
                "libs\/dom.js",
                "libs\/onyx.js",
                "localisation.js",
                "page\/hoverbutton.js",
                "page\/page.js",
                "page\/messages.js"
            ],
            "css": [
                "page\/page.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png",
                "css\/darkmode.css",
                "options\/news.json",
                "options\/options.html",
                "create\/create2.html",
                "grid\/grid.html",
                "search\/search.html",
                "screenshotTab\/screenshotTab.html",
                "darkmode\/pinterest.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}