Pagedit - Edit the text of a webpage

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

Τι είναι το Pagedit - Edit the text of a webpage;

Το Pagedit - Edit the text of a webpage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://julien.how, και η κύρια λειτουργία του είναι "Extension that enable the edition of text on a webpage for content writers / developers.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Pagedit - Edit the text of a webpage

Λήψη αρχείων επέκτασης Pagedit - Edit the text of a webpage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
Επίσημο URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Περιγραφή Extension that enable the edition of text on a webpage for content writers / developers.
Μέγεθος Αρχείου 54.99 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-10-06
Ημερομηνία Δημοσίευσης 2019-10-05
Προγραμματιστής http://julien.how
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}