YMPU
Post photos and urls.
Cos'è YMPU?
YMPU è un'estensione di Chrome sviluppata da joe.murphy, e la sua funzione principale è "Post photos and urls.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YMPU
Scarica i file di estensione YMPU in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Upload photos and URLs from the web to any site that supports and is configured to handle photo and URL uploads.
Informazioni di Base sull'Estensione
Nome | YMPU |
ID | pdagioidoiplkieipnnhmfkpdcdmabof |
URL Ufficiale | https://chromewebstore.google.com/detail/ympu/pdagioidoiplkieipnnhmfkpdcdmabof |
Descrizione | Post photos and urls. |
Dimensione del File | 6.25 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.2.3 |
Ultimo Aggiornamento | 2015-07-19 |
Data di Pubblicazione | 2015-07-19 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | joe.murphy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://twitter.com/freejoe76 |
Lingue Supportate | 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:\/\/*\/" ] } |