Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

Co to jest Page Text Editor?

Page Text Editor to rozszerzenie Chrome opracowane przez Brandon Fowler, a jego główną funkcją jest „An editor to edit any webpage inline and live. Reload page to remove changes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Text Editor

Pobierz pliki rozszerzeń Page Text Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
Oficjalny URL https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
Opis An editor to edit any webpage inline and live. Reload page to remove changes.
Rozmiar pliku 6.19 KB
Liczba instalacji 1,347
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2023-01-03
Data Publikacji 2019-06-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Brandon Fowler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}