YMPU
Post photos and urls.
YMPUとは何ですか?
YMPUはjoe.murphyによって開発されたChromeの拡張機能で、その主な機能は「Post photos and urls.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/" ] } |