Edit Any Page
Edit text of any webpage
什麼是Edit Any Page?
Edit Any Page是由https://editanypage.com開發的Chrome擴展程式,該擴展的主要功能是“Edit text of any webpage”。
擴展截圖
下載Edit Any Page擴展crx文件
下載Edit Any Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Edit copy of any webpage on your browser. A simple click on the extension will enable you to edit any copy on any webpage. You can always reload the page to go back to its original state.
擴展基本資訊
名稱 | Edit Any Page |
ID | ilbaaahcbkgcdjnigmmmlmoaodhmmcof |
官方網址 | https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof |
簡介 | Edit text of any webpage |
檔案大小 | 28.55 KB |
安裝次數 | 48 |
目前版本 | 4.0 |
更新時間 | 2023-03-31 |
上架時間 | 2022-12-06 |
開發者 | https://editanypage.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.editanypage.com/ |
說明頁面URL | https://www.editanypage.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Edit Any Page", "version": "4.0", "description": "Edit text of any webpage", "permissions": [ "activeTab", "tabs", "scripting" ], "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" } } |