Add to Pinry

Pins images from current page to a Pinry installation.

Hvad er Add to Pinry?

Add to Pinry er en Chrome-udvidelse udviklet af lapo, og dens hovedfunktion er "Pins images from current page to a Pinry installation.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Add to Pinry-udvidelses-CRX-fil

Download Add to Pinry-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

                        Add images easily to your own installation of Pinry!
(browser integration for official bookmarklet)                    

Grundlæggende oplysninger om udvidelsen

Navn Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
Officiel URL https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
Beskrivelse Pins images from current page to a Pinry installation.
Filstørrelse 9.61 KB
Antal Installationer 780
Nuværende Version 0.2.1
Senest Opdateret 2020-06-29
Udgivelsesdato 2020-06-29
Bedømmelse 4.00/5 Samlet 3 Bedømmelser
Udvikler lapo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lapo-luchini/browser-pinry
Hjælpeside-URL https://github.com/lapo-luchini/browser-pinry/issues
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add to Pinry",
    "version": "0.2.1",
    "description": "Pins images from current page to a Pinry installation.",
    "manifest_version": 2,
    "icons": {
        "48": "ico-48.png",
        "128": "ico-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "ico-128.png",
        "default_title": "Add to Pinry"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "chrome_style": true
    }
}