DOM editor
This extension allows you to cut/copy/paste DOM elements. Changes are not permanent
Wat is DOM editor?
DOM editor is een Chrome-extensie ontwikkeld door pabloav, en de belangrijkste functie is "This extension allows you to cut/copy/paste DOM elements. Changes are not permanent".
Download het CRX-bestand van de extensie DOM editor
Download DOM editor-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
Allows you to cut/copy/paste DOM elements click on the icon then click on the element while holding ctrl+c/v/x.
Basisinformatie over de Extensie
Naam | ![]() |
ID | glijjkchlbfaflabolihcnlenpbkgiil |
Officiële URL | https://chrome.google.com/webstore/detail/dom-editor/glijjkchlbfaflabolihcnlenpbkgiil |
Beschrijving | This extension allows you to cut/copy/paste DOM elements. Changes are not permanent |
Bestandsgrootte | 37.99 KB |
Aantal Installaties | 65 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2015-12-15 |
Publicatiedatum | 2015-12-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pabloav |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOM editor", "description": "This extension allows you to cut\/copy\/paste DOM elements. Changes are not permanent", "version": "0.1.3", "browser_action": { "default_icon": "icon2.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "devtoolsCB_.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js", "yup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "domeditor.css" ] } ] } |