"],
18 | "js": ["content.js"]
19 | }
20 | ],
21 | "permissions": ["contextMenus", "clipboardWrite"]
22 | }
23 |
--------------------------------------------------------------------------------
/test.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Title With Id Attribute
6 |
7 | A paragraph with identity.
8 |
9 |
10 | Title Following A Name
11 |
12 |
13 | Following its own name, but identity takes priority.
14 |
15 | Title Containing A Name
16 |
17 | A paragraph without identity or name.
18 |
--------------------------------------------------------------------------------