Page Editor

Make any website editable and prank your friends!

Co to jest Page Editor?

Page Editor to rozszerzenie Chrome opracowane przez adapp.mail, a jego główną funkcją jest „Make any website editable and prank your friends!”.

Zrzuty ekranu rozszerzenia

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

                        Make any website editable and prank your friends!

How to use
1. Click the pencil icon at the right top corner of your browser!

2. You will see edit button and done button

3. Click edit button

4. Click anywhere you want to edit and type something!

5. When you're satisfied with your edit, click done button!                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Oficjalny URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Opis Make any website editable and prank your friends!
Rozmiar pliku 12.5 KB
Liczba instalacji 863
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-11-11
Data Publikacji 2019-11-11
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper adapp.mail
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.3",
    "short_name": "PageEditor",
    "description": "Make any website editable and prank your friends!",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}