YMPU

Post photos and urls.

ما هو YMPU؟

YMPU هو إضافة Chrome تم تطويرها بواسطة joe.murphy، والميزة الرئيسية لها هي "Post photos and urls.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YMPU

قم بتنزيل ملفات الامتداد YMPU بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم YMPU YMPU
ID pdagioidoiplkieipnnhmfkpdcdmabof
عنوان URL الرسمي https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof
الوصف Post photos and urls.
حجم الملف 6.25 KB
عدد التثبيتات 32
النسخة الحالية 0.2.3
آخر تحديث 2015-07-19
تاريخ النشر 2015-07-19
تقييم 5.00/5 مجموع تقييمات 5
المطور joe.murphy
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://twitter.com/freejoe76
اللغات المدعومة 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:\/\/*\/"
    ]
}