MultiPress
WordPress' Press This interface for Chrome. Supports multiple blogs.
Cos'è MultiPress?
MultiPress è un'estensione di Chrome sviluppata da Alis Dee, e la sua funzione principale è "WordPress' Press This interface for Chrome. Supports multiple blogs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MultiPress
Scarica i file di estensione MultiPress 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
Allows quick and easy access to your WordPress blog's "Press This" interface from Chrome. Supports up to five blogs for posting. v2.0: The Press This interface now opens in a new tab, not in the popup, which should overcome the various issues with things not loading in iFrames.
Informazioni di Base sull'Estensione
Nome | MultiPress |
ID | gjboaoikjenhgjhnkbgiaodijpbidekl |
URL Ufficiale | https://chromewebstore.google.com/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl |
Descrizione | WordPress' Press This interface for Chrome. Supports multiple blogs. |
Dimensione del File | 59.18 KB |
Conteggio Installazioni | 627 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2012-11-28 |
Data di Pubblicazione | 2012-11-27 |
Valutazione | 3.00/5 Totale 18 Valutazioni |
Sviluppatore | Alis Dee |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "skin\/icon_32.png", "default_title": "MultiPress", "default_popup": "background.html" }, "description": "WordPress' Press This interface for Chrome. Supports multiple blogs.", "homepage_url": "http:\/\/alis.me\/", "icons": { "128": "skin\/icon_128.png", "48": "skin\/icon_48.png", "19": "skin\/icon_19.png", "16": "skin\/icon_16.png" }, "name": "MultiPress", "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "version": "2.0", "web_accessible_resources": [ "skin\/icon_16.png" ] } |