Edit Webpage

Edit any webpage and make websites editable

Edit Webpageคืออะไร?

Edit Webpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย centpage.com และคุณลักษณะหลักของมันคือ "Edit any webpage and make websites editable"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edit Webpage

ดาวน์โหลดไฟล์ส่วนขยาย Edit Webpage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Edit any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
คำอธิบาย Edit any webpage and make websites editable
ขนาดไฟล์ 12.55 KB
จำนวนการติดตั้ง 4,799
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2019-10-03
วันที่เผยแพร่ 2019-10-03
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา centpage.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ritwick.com
URL หน้านโยบายความเป็นส่วนตัว http://centpage.com/privacy-policy.php
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}