Page Editor

A plugin that allows you to edit any webpage like a word doc

ما هو Page Editor؟

Page Editor هو إضافة Chrome تم تطويرها بواسطة Rohan Kapur، والميزة الرئيسية لها هي "A plugin that allows you to edit any webpage like a word doc".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Page Editor

قم بتنزيل ملفات الامتداد Page Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

معلومات أساسية عن التمديد

الاسم Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
الوصف A plugin that allows you to edit any webpage like a word doc
حجم الملف 9.85 KB
عدد التثبيتات 39
النسخة الحالية 1.0.0
آخر تحديث 2020-11-17
تاريخ النشر 2020-11-16
تقييم 2.00/5 مجموع تقييمات 1
المطور Rohan Kapur
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}