Edit Webpage

Edit any webpage and make websites editable

什麼是Edit Webpage?

Edit Webpage是由centpage.com開發的Chrome擴展程式,該擴展的主要功能是“Edit any webpage and make websites editable”。

擴展截圖

screenshot

下載Edit Webpage擴展crx文件

下載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
官方網址 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
}