Edit

Edit any webpage locally.

什麼是Edit?

Edit是由https://lethalware.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Edit any webpage locally.”。

擴展截圖

screenshot

下載Edit擴展crx文件

下載Edit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

擴展基本資訊

名稱 Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
官方網址 https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
簡介 Edit any webpage locally.
檔案大小 3.63 KB
安裝次數 711
目前版本 1.0
更新時間 2013-12-26
上架時間 2013-12-26
評分 4.38/5 共 8 次評分
開發者 https://lethalware.co.uk
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}