ContentEditable
Makes any page editable
什麼是ContentEditable?
ContentEditable是由pepelsbey開發的Chrome擴展程式,該擴展的主要功能是“Makes any page editable”。
擴展截圖
下載ContentEditable擴展crx文件
下載ContentEditable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.
擴展基本資訊
名稱 | |
ID | jphnpoochmeokkboopijkcncghifidhm |
官方網址 | https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm |
簡介 | Makes any page editable |
檔案大小 | 4.65 KB |
安裝次數 | 615 |
目前版本 | 1.1.0 |
更新時間 | 2023-04-13 |
上架時間 | 2016-06-07 |
評分 | 5.00/5 共 6 次評分 |
開發者 | pepelsbey |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/pepelsbey/contenteditable |
說明頁面URL | https://github.com/pepelsbey/contenteditable/issues |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_desc__", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "19": "images\/button-19.png", "38": "images\/button-38.png" }, "default_title": "__MSG_enable__" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |