Design Mode
Toggle the ability to temporarily edit content directly in a website.
Wat is Design Mode?
Design Mode is een Chrome-extensie ontwikkeld door madeco, en de belangrijkste functie is "Toggle the ability to temporarily edit content directly in a website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Design Mode
Download Design Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cfikhhompgapfkmjdhlofhjgkikcckac |
Officiële URL | https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac |
Beschrijving | Toggle the ability to temporarily edit content directly in a website. |
Bestandsgrootte | 17.15 KB |
Aantal Installaties | 646 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-11-14 |
Publicatiedatum | 2018-11-14 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | madeco |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |