Edit
Edit any webpage locally.
Vad är Edit?
Edit är en Chrome-tillägg utvecklad av https://lethalware.co.uk, och dess huvudfunktion är "Edit any webpage locally.".
Tilläggsskärmbilder
Ladda ner Edit-förlängningens CRX-fil
Ladda ner Edit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Edit |
ID | egbeoffgmdepbefhbiilpkalgnfjbmjg |
Officiell webbadress | https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg |
Beskrivning | Edit any webpage locally. |
Filstorlek | 3.63 KB |
Antal Installationer | 711 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-12-26 |
Publiceringsdatum | 2013-12-26 |
Betyg | 4.38/5 Totalt 8 Betyg |
Utvecklare | https://lethalware.co.uk |
Betalningssätt | free |
Stödda Språk | 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" } } |