The document describes a simple Firefox extension with the name "first_ext" that logs "Hello World!" to the console and then quits when run. It provides the extension's name, description, and author, and contains code to run the main function on startup which logs and quits.
1 of 37
Download to read offline
More Related Content
Chrome拡張開発者のためのFirefox拡張開発
20. {
"name": "first_ext",
"description": "This is my first extension",
"author": "swdyh"
}