mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Fix review comments: https://github.com/mdn/webextensions-examples/issues/29#issuecomment-172646879
* added README.md
This commit is contained in:
14
borderify/README.md
Normal file
14
borderify/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# borderify
|
||||
|
||||
## What it does
|
||||
|
||||
This extension just includes:
|
||||
|
||||
* a content script, "borderify.js", that is injected into any pages
|
||||
under "mozilla.org/" or any of its subdomains
|
||||
|
||||
The content script draws a border around the document.body.
|
||||
|
||||
## What it shows
|
||||
|
||||
* how to inject content scripts declaratively using manifest.json
|
||||
Reference in New Issue
Block a user