Pagedit - Edit the text of a webpage
Extension that enable the edition of text on a webpage for content writers / developers.
Hvad er Pagedit - Edit the text of a webpage?
Pagedit - Edit the text of a webpage er en Chrome-udvidelse udviklet af http://julien.how, og dens hovedfunktion er "Extension that enable the edition of text on a webpage for content writers / developers.".
Udvidelsesskærmbilleder
Download Pagedit - Edit the text of a webpage-udvidelses-CRX-fil
Download Pagedit - Edit the text of a webpage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | acfidinelkdinofnlkbjibclamcpnecj |
Officiel URL | https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj |
Beskrivelse | Extension that enable the edition of text on a webpage for content writers / developers. |
Filstørrelse | 54.99 KB |
Antal Installationer | 39 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-10-06 |
Udgivelsesdato | 2019-10-05 |
Udvikler | http://julien.how |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pagedit - Edit the text of a webpage", "version": "1.0.0", "manifest_version": 2, "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.", "homepage_url": "https:\/\/julien.how", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Start editing the page's text" }, "permissions": [ "activeTab", "debugger", "tabs" ], "content_scripts": [ { "matches": [ " |