YMPU

Post photos and urls.

什么是YMPU?

YMPU是由joe.murphy开发的Chrome扩展程序,该扩展的主要功能是“Post photos and urls.”。

扩展截图

screenshot

下载YMPU扩展crx文件

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