MultiPress
WordPress' Press This interface for Chrome. Supports multiple blogs.
什麼是MultiPress?
MultiPress是由Alis Dee開發的Chrome擴展程式,該擴展的主要功能是“WordPress' Press This interface for Chrome. Supports multiple blogs.”。
擴展截圖
下載MultiPress擴展crx文件
下載MultiPress擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | MultiPress |
ID | gjboaoikjenhgjhnkbgiaodijpbidekl |
官方網址 | https://chromewebstore.google.com/detail/multipress/gjboaoikjenhgjhnkbgiaodijpbidekl |
簡介 | WordPress' Press This interface for Chrome. Supports multiple blogs. |
檔案大小 | 59.18 KB |
安裝次數 | 627 |
目前版本 | 2.0 |
更新時間 | 2012-11-28 |
上架時間 | 2012-11-27 |
評分 | 3.00/5 共 18 次評分 |
開發者 | Alis Dee |
付費類型 | free |
支援的語言 | 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" ] } |