mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
* Selfify example for how to access files article * Restored selfify.js and updated choose_file.js as suggested by Luca * Updated comments * Updates for feedback from Will * Updates from the second round of feedback * removed activetab from manifest, removed document.body.appendChild(info);, renamed the content script (selfify > content), renamed the listener (selfify > injectImage) and moved example to imagify folder. * Correctly renamed folder and update manifest.json
18 lines
218 B
HTML
18 lines
218 B
HTML
<!DOCTYPE>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="viewer.css"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img src="about:blank">
|
|
<script src="viewer.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|