Edit Webpage
Edit any webpage and make websites editable
Apa itu Edit Webpage?
Edit Webpage adalah ekstensi Chrome yang dikembangkan oleh centpage.com, dan fitur utamanya adalah "Edit any webpage and make websites editable".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Edit Webpage
Unduh file ekstensi Edit Webpage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Edit Webpage |
ID | dcemlmncjcljhjfbijimcamijgfdgieb |
URL Resmi | https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb |
Deskripsi | Edit any webpage and make websites editable |
Ukuran File | 12.55 KB |
Jumlah Instalasi | 4,799 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-10-03 |
Tanggal Publikasi | 2019-10-03 |
Penilaian | 4.20/5 Total 10 Penilaian |
Pengembang | centpage.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ritwick.com |
URL Halaman Kebijakan Privasi | http://centpage.com/privacy-policy.php |
Bahasa yang Didukung | 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 } |