YMPU

Post photos and urls.

Was ist YMPU?

YMPU ist eine Chrome-Erweiterung, die von joe.murphy entwickelt wurde, und ihr Hauptmerkmal ist "Post photos and urls.".

Erweiterungsscreenshots

screenshot

YMPU-Erweiterungs-CRX-Datei herunterladen

Laden Sie YMPU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Upload photos and URLs from the web to any site that supports and is configured to handle photo and URL uploads.                    

Grundlegende Informationen zur Erweiterung

Name YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
Offizielle URL https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
Beschreibung Post photos and urls.
Dateigröße 6.25 KB
Installationsanzahl 32
Aktuelle Version 0.2.3
Letztes Update 2015-07-19
Veröffentlichungsdatum 2015-07-19
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler joe.murphy
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://twitter.com/freejoe76
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YMPU",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "Post photos and urls.",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.gif",
        "default_popup": "menu.html",
        "default_title": "YM"
    },
    "icons": {
        "16": "icon_16.gif",
        "48": "icon.gif"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}