YMPU

Post photos and urls.

Apa itu YMPU?

YMPU adalah ekstensi Chrome yang dikembangkan oleh joe.murphy, dan fitur utamanya adalah "Post photos and urls.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YMPU

Unduh file ekstensi YMPU dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
URL Resmi https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
Deskripsi Post photos and urls.
Ukuran File 6.25 KB
Jumlah Instalasi 32
Versi Saat Ini 0.2.3
Terakhir Diperbarui 2015-07-19
Tanggal Publikasi 2015-07-19
Penilaian 5.00/5 Total 5 Penilaian
Pengembang joe.murphy
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://twitter.com/freejoe76
Bahasa yang Didukung 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:\/\/*\/"
    ]
}