Page Editor
A plugin that allows you to edit any webpage like a word doc
什麼是Page Editor?
Page Editor是由Rohan Kapur開發的Chrome擴展程式,該擴展的主要功能是“A plugin that allows you to edit any webpage like a word doc”。
擴展截圖
下載Page Editor擴展crx文件
下載Page Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.
擴展基本資訊
名稱 | Page Editor |
ID | mngnomcgkkfekkjddagbhgamjgpjamoe |
官方網址 | https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe |
簡介 | A plugin that allows you to edit any webpage like a word doc |
檔案大小 | 9.85 KB |
安裝次數 | 39 |
目前版本 | 1.0.0 |
更新時間 | 2020-11-17 |
上架時間 | 2020-11-16 |
評分 | 2.00/5 共 1 次評分 |
開發者 | Rohan Kapur |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.0", "description": "A plugin that allows you to edit any webpage like a word doc", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "activeTab" ], "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |