By: Raymond Hsu
Inspect and view changes in Page Text Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Page Text Editor",
"description": "Adds a browser action icon to the toolbar. Click the button to choose a beast. The active tab's body content is then replaced with a picture of the chosen beast. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#beastify",
"manifest_version": 2,
"version": "2.3",
"homepage_url": "https://github.com/raymond-1227/PTE",
"icons": {
"48": "icons/pte-48.png",
"96": "icons/pte-96.png"
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
]
}
],
"browser_action": {
"default_icon": "icons/pte-inactive-32.png",
"default_title": "Edit texts on screen",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "raymond.hsu1227@gmail.com",
"strict_min_version": "79.0"
}
}
} Best Page Text Editor Alternatives
Here are some Firefox add-ons that are similar to Page Text Editor:
Text Content Editor
BarricadeBandit
Edit Page Text
Burak Unver
Page Edit
keller
Text Editor
Sevina
Persistent Text Editor
Gojo
Fire Page Editing
Francesco De Stefano
WebPage Editor
PANKAJ ASWAL
Web Edit
Ryan Luu
QuickEdit
QuickEdit
Pagedit - Edit the text of a webpage
Julien_He
Site Customizer
Andrew H.