Add to Pinry

Pins images from current page to a Pinry installation.

Vad är Add to Pinry?

Add to Pinry är en Chrome-tillägg utvecklad av lapo, och dess huvudfunktion är "Pins images from current page to a Pinry installation.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Add to Pinry-förlängningens CRX-fil

Ladda ner Add to Pinry-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
Officiell webbadress https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
Beskrivning Pins images from current page to a Pinry installation.
Filstorlek 9.61 KB
Antal Installationer 780
Aktuell Version 0.2.1
Senast Uppdaterad 2020-06-29
Publiceringsdatum 2020-06-29
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare lapo
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lapo-luchini/browser-pinry
Hjälpsida URL https://github.com/lapo-luchini/browser-pinry/issues
Stödda Språk 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
    }
}