By: Gojo
Inspect and view changes in Persistent Text Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Persistent Text Editor",
"version": "1.0.1",
"description": "Edit any text on any website with persistent storage across page reloads",
"permissions": [
"storage",
"activeTab",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Persistent Text Editor"
},
"browser_specific_settings": {
"gecko": {
"id": "persistent-text-editor@addon.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
}
} Best Persistent Text Editor Alternatives
Here are some Firefox add-ons that are similar to Persistent Text Editor:
Text Content Editor
BarricadeBandit
Edit Page Text
Burak Unver
Edit Anything any website
yaagame
Page Text Editor
Raymond Hsu
ContentEditable
Vadim Makeev
WebPage Editor
PANKAJ ASWAL
Text Editor
Sevina
Pagedit - Edit the text of a webpage
Julien_He
InstaEdit
Jeff Ali
Fire Page Editing
Francesco De Stefano