Par : Marmik Shah
Inspect and view changes in Universal Input Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Universal Input Assistant",
"version": "1.0.0",
"description": "Create, manage, and insert text snippets into any input field. Store email, phone, addresses, templates and more.",
"minimum_chrome_version": "88",
"permissions": [
"storage",
"activeTab",
"clipboardWrite"
],
"action": {
"default_popup": "popup.html",
"default_title": "Snippet Manager",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_specific_settings": {
"gecko": {
"id": "universal-input-assistant@extension",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Meilleures alternatives Universal Input Assistant
Voici quelques Firefox add-ons qui sont similaires à Universal Input Assistant :