MultiPress
WordPress' Press This interface for Chrome. Supports multiple blogs.
Was ist MultiPress?
MultiPress ist eine Chrome-Erweiterung, die von Alis Dee entwickelt wurde, und ihr Hauptmerkmal ist "WordPress' Press This interface for Chrome. Supports multiple blogs.".
Erweiterungsscreenshots
MultiPress-Erweiterungs-CRX-Datei herunterladen
Laden Sie MultiPress-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | MultiPress |
ID | gjboaoikjenhgjhnkbgiaodijpbidekl |
Offizielle URL | https://chromewebstore.google.com/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl |
Beschreibung | WordPress' Press This interface for Chrome. Supports multiple blogs. |
Dateigröße | 59.18 KB |
Installationsanzahl | 627 |
Aktuelle Version | 2.0 |
Letztes Update | 2012-11-28 |
Veröffentlichungsdatum | 2012-11-27 |
Bewertung | 3.00/5 Insgesamt 18 Bewertungen |
Entwickler | Alis Dee |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |