Page Text Editor
An editor to edit any webpage inline and live. Reload page to remove changes.
Apa itu Page Text Editor?
Page Text Editor adalah ekstensi Chrome yang dikembangkan oleh Brandon Fowler, dan fitur utamanya adalah "An editor to edit any webpage inline and live. Reload page to remove changes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Page Text Editor
Unduh file ekstensi Page Text Editor 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
This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.
Informasi Dasar Ekstensi
Nama | Page Text Editor |
ID | icjgbammanlfboaodlfeomfpdgndalpa |
URL Resmi | https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa |
Deskripsi | An editor to edit any webpage inline and live. Reload page to remove changes. |
Ukuran File | 6.19 KB |
Jumlah Instalasi | 1,347 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-01-03 |
Tanggal Publikasi | 2019-06-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Brandon Fowler |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Text Editor", "version": "2.0.0", "description": "An editor to edit any webpage inline and live. Reload page to remove changes.", "permissions": [ "activeTab", "storage", "scripting", "contextMenus" ], "icons": { "128": "icon128.png" }, "action": { "default_icon": "icon128.png" }, "background": { "service_worker": "worker.js" }, "manifest_version": 3 } |