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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}