Edit Webpage
Edit any webpage and make websites editable
Edit Webpageとは何ですか?
Edit Webpageはcentpage.comによって開発されたChromeの拡張機能で、その主な機能は「Edit any webpage and make websites editable」です。
拡張機能のスクリーンショット
Edit Webpage拡張機能のCRXファイルをダウンロード
Edit Webpage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Edit any webpage with this one-click extension. Just click the icon on any website to start editing the contents on the website. Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.
拡張機能の基本情報
名前 | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
公式URL | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
説明 | Edit any webpage and make websites editable |
ファイルサイズ | 12.55 KB |
インストール数 | 4,799 |
現在のバージョン | 1.1 |
最終更新日 | 2019-10-03 |
公開日 | 2019-10-03 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | centpage.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ritwick.com |
プライバシーポリシーページのURL | http://centpage.com/privacy-policy.php |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Edit Webpage" }, "name": "Edit Webpage", "description": "Edit any webpage and make websites editable", "homepage_url": "https:\/\/ritwick.com\/#\/tools", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "version": "1.1", "manifest_version": 2 } |