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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |