Page Edit
Make any webpage into a content editable document and modify it via toolbar popup!
Page Editとは何ですか?
Page EditはKellerによって開発されたChromeの拡張機能で、その主な機能は「Make any webpage into a content editable document and modify it via toolbar popup!」です。
拡張機能のスクリーンショット
Page Edit拡張機能のCRXファイルをダウンロード
Page Edit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Page Edit is an extension that let you make changes to any HTML webpage. To work with this add-on, simply open the toolbar popup UI and then click on the big toggle button on the left side. Once the add-on is active, the icon turns to blue color. A - Design Mode - banner will also be shown in the current tab at the top left corner. Now, the document is ready for editing; make desired changes with the text editing buttons available in the toolbar popup UI. Once your edits are completed, click on the toggle button again to turn off the add-on. Note: to work with text editing tools in the toolbar popup UI, please first select a text and then click on the desired button in the popup. If you found a bug to report, or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/page-edit.html).
拡張機能の基本情報
名前 | Page Edit |
ID | clfiicjcpkcccglblehapeiipibnaenl |
公式URL | https://chromewebstore.google.com/detail/page-edit/clfiicjcpkcccglblehapeiipibnaenl |
説明 | Make any webpage into a content editable document and modify it via toolbar popup! |
ファイルサイズ | 229 KB |
インストール数 | 23,099 |
現在のバージョン | 0.1.6 |
最終更新日 | 2024-01-09 |
公開日 | 2019-11-27 |
評価 | 4.71/5 合計 31 レビュー |
開発者 | Keller |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://mybrowseraddon.com/page-edit.html |
ヘルプページのURL | https://mybrowseraddon.com/page-edit.html |
プライバシーポリシーページのURL | https://mybrowseraddon.com/privacy-policy/keller.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "name": "Page Edit", "manifest_version": 3, "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/page-edit.html", "description": "Make any webpage into a content editable document and modify it via toolbar popup!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "activeTab" ], "action": { "default_title": "Page Edit", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |