Movable Type Editor Assist
公開サイト側から対応するCMS管理画面に誘導する拡張機能です。(It is an extension to induce from the public site side to the corresponding CMS management screen.)
Movable Type Editor Assist란 무엇입니까?
Movable Type Editor Assist은(는) riatw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "公開サイト側から対応するCMS管理画面に誘導する拡張機能です。(It is an extension to induce from the public site side to the corresponding CMS management screen.)"입니다.
확장 프로그램 스크린샷
Movable Type Editor Assist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
公開サイト側から対応するMovable Typeの管理画面に誘導する拡張機能です。(It is an extension to induce from the public site side to the corresponding CMS management screen.) リリースノート > 2016/03/07 v1.0.6 ・所属ブログの再構築機能を追加 > 2016/06/16 v1.0.7 ・外部URLリストに対応
확장 프로그램 기본 정보
이름 | Movable Type Editor Assist |
ID | jheebahcfbjkjmdgcmbcoeihembpeepo |
공식 URL | https://chromewebstore.google.com/detail/movable-type-editor-assis/jheebahcfbjkjmdgcmbcoeihembpeepo |
설명 | 公開サイト側から対応するCMS管理画面に誘導する拡張機能です。(It is an extension to induce from the public site side to the corresponding CMS management screen.) |
파일 크기 | 53.35 KB |
설치 횟수 | 115 |
현재 버전 | 1.0.12 |
최근 업데이트 | 2021-06-23 |
출시 날짜 | 2019-11-02 |
개발자 | riatw |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Movable Type Editor Assist", "description": "\u516c\u958b\u30b5\u30a4\u30c8\u5074\u304b\u3089\u5bfe\u5fdc\u3059\u308bCMS\u7ba1\u7406\u753b\u9762\u306b\u8a98\u5c0e\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002\uff08It is an extension to induce from the public site side to the corresponding CMS management screen.\uff09", "version": "1.0.12", "icons": { "128": "images\/icon\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png" }, "default_title": "Movable Type Editor Assist", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |