Add to Pinry

Pins images from current page to a Pinry installation.

Add to Pinry क्या है?

Add to Pinry lapo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pins images from current page to a Pinry installation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Add to Pinry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Add to Pinry Add to Pinry
ID jmhdcnmfkglikfjafdmdikoonedgijpa
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa
विवरण Pins images from current page to a Pinry installation.
फ़ाइल का आकार 9.61 KB
स्थापना संख्या 780
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2020-06-29
प्रकाशन तिथि 2020-06-29
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर lapo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lapo-luchini/browser-pinry
सहायता पृष्ठ URL https://github.com/lapo-luchini/browser-pinry/issues
समर्थित भाषाएँ 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
    }
}