YMPU

Post photos and urls.

YMPUคืออะไร?

YMPU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joe.murphy และคุณลักษณะหลักของมันคือ "Post photos and urls."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YMPU

ดาวน์โหลดไฟล์ส่วนขยาย YMPU ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/"
    ]
}