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 |
公式URL | 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 |
Eメール | [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 } |