Page Editor
Make any website editable and prank your friends!
Page Editorとは何ですか?
Page Editorはadapp.mailによって開発されたChromeの拡張機能で、その主な機能は「Make any website editable and prank your friends!」です。
拡張機能のスクリーンショット
Page Editor拡張機能のCRXファイルをダウンロード
Page Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make any website editable and prank your friends! How to use 1. Click the pencil icon at the right top corner of your browser! 2. You will see edit button and done button 3. Click edit button 4. Click anywhere you want to edit and type something! 5. When you're satisfied with your edit, click done button!
拡張機能の基本情報
名前 | |
ID | ohbodlpbcconbmnbfnnlillefbahijed |
公式URL | https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed |
説明 | Make any website editable and prank your friends! |
ファイルサイズ | 12.5 KB |
インストール数 | 863 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-11-11 |
公開日 | 2019-11-11 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | adapp.mail |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Editor", "version": "1.0.3", "short_name": "PageEditor", "description": "Make any website editable and prank your friends!", "permissions": [ "declarativeContent", "storage", "activeTab" ], "page_action": { "default_popup": "popup.html", "default_icon": "assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/scripts\/background.js" ], "persistent": false }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |