Hyves fotodownload

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

什麼是Hyves fotodownload?

Hyves fotodownload是由Tum開發的Chrome擴展程式,該擴展的主要功能是“Voeg een 'Download'-knop toe aan foto's op Hyves”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hyves fotodownload擴展crx文件

下載Hyves fotodownload擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        In samenwerking met @wazoomie <3                    

擴展基本資訊

名稱 Hyves fotodownload Hyves fotodownload
ID heobnmcdaclopkjoifemjilpngaahpjb
官方網址 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"
}