Pagedit - Edit the text of a webpage

Extension that enable the edition of text on a webpage for content writers / developers.

Co to jest Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage to rozszerzenie Chrome opracowane przez http://julien.how, a jego główną funkcją jest „Extension that enable the edition of text on a webpage for content writers / developers.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pagedit - Edit the text of a webpage

Pobierz pliki rozszerzeń Pagedit - Edit the text of a webpage 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
Oficjalny URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Opis Extension that enable the edition of text on a webpage for content writers / developers.
Rozmiar pliku 54.99 KB
Liczba instalacji 39
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-10-06
Data Publikacji 2019-10-05
Deweloper http://julien.how
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": "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": [
                ""
            ],
            "js": [
                "src\/inject\/pagedit.js"
            ]
        }
    ]
}