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
公式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"
}