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文件
下載Movable Type Editor Assist擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
公開サイト側から対応する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リストに対応 擴展基本資訊
| 名稱 | |
| ID | jheebahcfbjkjmdgcmbcoeihembpeepo |
| 官方網址 | 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'"
} | |