Page Editor

A plugin that allows you to edit any webpage like a word doc

Co to jest Page Editor?

Page Editor to rozszerzenie Chrome opracowane przez Rohan Kapur, a jego główną funkcją jest „A plugin that allows you to edit any webpage like a word doc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Page Editor

Pobierz pliki rozszerzeń Page 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
Oficjalny URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Opis A plugin that allows you to edit any webpage like a word doc
Rozmiar pliku 9.85 KB
Liczba instalacji 39
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-17
Data Publikacji 2020-11-16
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper Rohan Kapur
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}