Page Editor
A plugin that allows you to edit any webpage like a word doc
Vad är Page Editor?
Page Editor är en Chrome-tillägg utvecklad av Rohan Kapur, och dess huvudfunktion är "A plugin that allows you to edit any webpage like a word doc".
Tilläggsskärmbilder
Ladda ner Page Editor-förlängningens CRX-fil
Ladda ner Page Editor-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
This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.
Grundläggande Information om Tillägg
Namn | Page Editor |
ID | mngnomcgkkfekkjddagbhgamjgpjamoe |
Officiell webbadress | https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe |
Beskrivning | A plugin that allows you to edit any webpage like a word doc |
Filstorlek | 9.85 KB |
Antal Installationer | 39 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-11-17 |
Publiceringsdatum | 2020-11-16 |
Betyg | 2.00/5 Totalt 1 Betyg |
Utvecklare | Rohan Kapur |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.0", "description": "A plugin that allows you to edit any webpage like a word doc", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "activeTab" ], "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |