Page Editor
Make any website editable and prank your friends!
ما هو Page Editor؟
Page Editor هو إضافة Chrome تم تطويرها بواسطة adapp.mail، والميزة الرئيسية لها هي "Make any website editable and prank your friends!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Page Editor
قم بتنزيل ملفات الامتداد Page Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Make any website editable and prank your friends! How to use 1. Click the pencil icon at the right top corner of your browser! 2. You will see edit button and done button 3. Click edit button 4. Click anywhere you want to edit and type something! 5. When you're satisfied with your edit, click done button!
معلومات أساسية عن التمديد
الاسم | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
الوصف | Make any website editable and prank your friends! |
حجم الملف | 12.5 KB |
عدد التثبيتات | 863 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2019-11-11 |
تاريخ النشر | 2019-11-11 |
تقييم | 3.33/5 مجموع تقييمات 3 |
المطور | adapp.mail |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.3", "short_name": "PageEditor", "description": "Make any website editable and prank your friends!", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |