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 |
Eメール | [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 } |