Skip to content

Commit

Permalink
Screenshot YouTube 2.3.0: added option to save screenshot to clipboar…
Browse files Browse the repository at this point in the history
…d (thanks to @roxaloxa)

* fixed broken tag and cosmetic changes in options.html
  • Loading branch information
FutureMillennium committed Feb 3, 2020
1 parent 6b5d306 commit fe74761
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Binary file removed Screenshot YouTube 2.2.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Screenshot YouTube",
"version": "2.2.2",
"version": "2.3.0",

"description": "Take a screenshot of any YouTube video with one click.",
"icons": {
Expand Down
8 changes: 6 additions & 2 deletions extension/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
h2 {
margin: 25px 0 10px;
}
h3 {
margin: 25px 0 5px;
}
label {
display: block;
padding: 10px;
Expand All @@ -45,10 +48,11 @@ <h2>Settings</h2>

<p><label><input type="checkbox" id="ScreenshotKeyCheck" /> <code>P</code> keyboard shortcut to take screenshot</label></p>

<p>Functionality
<h3>Save to file or clipboard</h3>
<p>
<label><input type="radio" name="ScreenshotFunctionalityCheck" value="0" id="SFCSave"> Save to file</label>
<label><input type="radio" name="ScreenshotFunctionalityCheck" value="1" id="SFCCopy"> Copy to clipboard</label>
<label><input type="radio" name="ScreenshotFunctionalityCheck" value="2" id="SFCBoth"> Both<label>
<label><input type="radio" name="ScreenshotFunctionalityCheck" value="2" id="SFCBoth"> Both</label>
</p>

<h2>Extra features</h2>
Expand Down

0 comments on commit fe74761

Please sign in to comment.