Edit
Edit any webpage locally.
Wat is Edit?
Edit is een Chrome-extensie ontwikkeld door https://lethalware.co.uk, en de belangrijkste functie is "Edit any webpage locally.".
Extensie Screenshots
Download het CRX-bestand van de extensie Edit
Download Edit-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
Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page. Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.
Basisinformatie over de Extensie
Naam | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
Officiële URL | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
Beschrijving | Edit any webpage locally. |
Bestandsgrootte | 3.63 KB |
Aantal Installaties | 711 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-12-26 |
Publicatiedatum | 2013-12-26 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://lethalware.co.uk |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Edit", "description": "Edit any webpage locally.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" } } |