YMPU

Post photos and urls.

Qu'est-ce que YMPU ?

YMPU est une extension Chrome développée par joe.murphy, et sa fonction principale est "Post photos and urls.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YMPU

Téléchargez les fichiers d'extension YMPU au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
URL Officiel https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
Description Post photos and urls.
Taille du Fichier 6.25 KB
Nombre d'Installations 32
Version Actuelle 0.2.3
Dernière Mise à Jour 2015-07-19
Date de Publication 2015-07-19
Évaluation 5.00/5 Total 5 Évaluations
Développeur joe.murphy
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://twitter.com/freejoe76
Langues Prises en Charge 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:\/\/*\/"
    ]
}