Pagedit - Edit the text of a webpage

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

O que é Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage é uma extensão do Chrome desenvolvida por http://julien.how, e sua principal característica é "Extension that enable the edition of text on a webpage for content writers / developers.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pagedit - Edit the text of a webpage

Baixe arquivos de extensão Pagedit - Edit the text of a webpage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
URL Oficial https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Descrição Extension that enable the edition of text on a webpage for content writers / developers.
Tamanho do Arquivo 54.99 KB
Contagem de Instalações 39
Versão Atual 1.0.0
Última Atualização 2019-10-06
Data de Publicação 2019-10-05
Desenvolvedor http://julien.how
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}