Editify
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-16.
CRX ID
fckoeagjldglgmpegmgfcmpkgjbcfjne
Status
Minor Policy Violation
Removed Long Ago
No Privacy Policy
Description from extension meta
Editify is a tool to edit a website temporarily until you refresh it. I know i doesn't make much sense
Description from store
This is an extension which makes the user able to edit everything on a website temptemporarily.
The way it works is pretty simple.
To make the website editable it injects this javascript command "document.body.contentEditable = true;" and to make the website uneditable it inject this javascript command "document.body.contentEditable = false;".
Latest reviews
George
2020-12-03
Perfect. It's just a little faster than going to Dev tools > Console and pasting document.body.contentEditable = true That's all it does and all I wanted.