제작자: MM88
Inspect and view changes in Quick Paste Templates source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Quick Paste Templates",
"version": "1.0",
"description": "Quickly paste predefined text templates using hotkeys.",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"paste_template_1": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Paste template 1"
},
"paste_template_2": {
"suggested_key": {
"default": "Ctrl+Shift+2"
},
"description": "Paste template 2"
}
},
"icons": {
"48": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{51021c7d-0330-4e4f-96bf-a8a963d041f6}"
}
}
} 최고의 Quick Paste Templates 대안
다음은 Quick Paste Templates과(와) 유사한 Firefox add-on입니다: