Design Mode
Toggle the ability to temporarily edit content directly in a website.
什么是Design Mode?
Design Mode是由madeco开发的Chrome扩展程序,该扩展的主要功能是“Toggle the ability to temporarily edit content directly in a website.”。
扩展截图
下载Design Mode扩展crx文件
下载Design Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click the pen icon to change text in a website. Click again to turn it off :) Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.
扩展基本信息
名称 | |
ID | cfikhhompgapfkmjdhlofhjgkikcckac |
官方URL | https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac |
简介 | Toggle the ability to temporarily edit content directly in a website. |
文件大小 | 17.15 KB |
安装次数 | 646 |
当前版本 | 0.3 |
更新时间 | 2018-11-14 |
上架时间 | 2018-11-14 |
评分 | 5.00/5 共8次评分 |
开发者 | madeco |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "0.3", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "designmode.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle design mode", "default_icon": "design-mode.png" }, "icons": { "48": "design-mode-active.png", "128": "design-mode128.png" }, "manifest_version": 2 } |