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
官方網址 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:\/\/*\/"
    ]
}