Hyves fotodownload

Voeg een 'Download'-knop toe aan foto's op Hyves

Hyves fotodownload क्या है?

Hyves fotodownload Tum द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voeg een 'Download'-knop toe aan foto's op Hyves"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        In samenwerking met @wazoomie <3                    

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

नाम Hyves fotodownload Hyves fotodownload
ID heobnmcdaclopkjoifemjilpngaahpjb
आधिकारिक URL https://chrome.google.com/webstore/detail/hyves-fotodownload/heobnmcdaclopkjoifemjilpngaahpjb
विवरण Voeg een 'Download'-knop toe aan foto's op Hyves
फ़ाइल का आकार 15.99 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.1
अंतिम अपडेट 2013-07-18
प्रकाशन तिथि 2013-07-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Tum
भुगतान के प्रकार free
समर्थित भाषाएँ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "fix.js"
            ],
            "matches": [
                "http:\/\/*.hyves.nl\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.hyves.nl\/*",
        "contextMenus"
    ],
    "description": "Voeg een 'Download'-knop toe aan foto's op Hyves",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Hyves fotodownload",
    "version": "1.1"
}