YMPU

Post photos and urls.

Wat is YMPU?

YMPU is een Chrome-extensie ontwikkeld door joe.murphy, en de belangrijkste functie is "Post photos and urls.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YMPU

Download YMPU-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
Officiële URL https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
Beschrijving Post photos and urls.
Bestandsgrootte 6.25 KB
Aantal Installaties 32
Huidige Versie 0.2.3
Laatst Bijgewerkt 2015-07-19
Publicatiedatum 2015-07-19
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar joe.murphy
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://twitter.com/freejoe76
Ondersteunde Talen 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:\/\/*\/"
    ]
}