Skip to content

Commit f483129

Browse files
authored
Update README.md
1 parent 7f54bfb commit f483129

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
# FragmentQR Chrome Extension
2+
<img src="FragmentQR/img/512.png" width ="85px" alt="FragmentQR Logo">
23
<a href="https://bit.ly/GetFragmentedQR" class="btn" title="Get it on the Chrome Web Store" padding="0">
34
<img src="https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_496x150.png" width="400px" alt="Available on the Chrome Webstore">
45
</a>
5-
6-
# *Yonah Aviv*
7-
8-
9-
10-
11-
126

7+
# *Yonah Aviv*
138

9+
**FragmentQR is a Chrome extension that makes sharing the relevant parts of a webpage easy by taking selected text and copying it to a text fragment to generate a QR code that will highlight the chosen text from the users selection in yellow[(Like this): You may need to open this page a few times for it to work](https://example.com/#:~:text=You%20may%20use%20this%20domain%20in%20literature%20without%20prior%20coordination)**
1410

15-
**FragmentQR is a Chrome extension that makes sharing the relevant parts of a webpage easy by taking selected text and copying it to a text fragment to generate a QR code that will highlight the chosen text from the users selection in yellow[(Like this): You may need to open this page a few times for it to work](https://example.com/#:~:text=this,-domain%20in)**
16-
17-
## 11/26/2020 Notice: Changes to FragmentQR coming soon!
18-
*When implemented, see FragmenrQR 2* (not yet implemented)
19-
20-
Big changes are coming to FragmentQR: It will be rebuilt almost entirely in JavaScript. Essentially, the major change is switching from HTML/CSS/JS to a more modern JavaScript framework, and it will make updating FragmentQR and adding new features much easier.
21-
**Stay tuned**
2211

23-
<img src="FragmentQR/img/512.png" width ="85px" alt="FragmentQR Logo">
2412

2513

2614

@@ -30,7 +18,6 @@ Big changes are coming to FragmentQR: It will be rebuilt almost entirely in Java
3018

3119

3220

33-
***Update for text fragments:** In Chrome 87, there is a new flag in chrome://flags that adds "copy link to text" to the context menu on Android and Desktop. However in the latest version of chrome as of November 23, 2020, it does not work. Once it does, it could make this extension faster and in turn make your experience better.*
3421

3522
### What does FragmentQR do?
3623

@@ -42,6 +29,7 @@ FragmentQR adds a an option to the context menu to copy a text fragment when sel
4229
When someone scans that QR or just goes to the link you copied, A feature called Scroll to text fragment allows the text fragment to be detected when they load the webpage, and will scroll your selected text into view and be highlighted in yellow🟨.
4330

4431
Currently scanning the QR code to see the highlights will only work Android.
32+
4533
### Other Features
4634

4735
+ Automatically Generate QR for current tab when opening extension popup
@@ -55,10 +43,12 @@ Currently scanning the QR code to see the highlights will only work Android.
5543

5644
<hr width=50%>
5745

46+
***Update on text fragments:** In Chrome 87, there is a new flag in chrome://flags that adds "copy link to text" to the context menu on Android and Desktop. However in the latest version of chrome as of November 23, 2020, it does not work.
47+
5848
### **What are Text Fragments?**
5949

60-
<block class="fragd"><a class="foot" name="myfootnote1"><sup>[1]</sup></a> **Text Fragment** : Part of a URL that specifies a piece of text emphasized on page load and scrolled into view, not unlike a text anchor.
61-
</block>
50+
**[Text Fragment](https://wicg.github.io/scroll-to-text-fragment/)** : Part of a URL that specifies a piece of text emphasized on page load and scrolled into view, not unlike a text anchor.
51+
6252

6353
> "Text Fragments let you specify a text snippet in the URL fragment. When navigating to a URL with such a text fragment, the browser can emphasize and/or bring it to the user's attention." [Web Developers](HTTPS://web.dev)
6454
@@ -150,7 +140,7 @@ Chrome 87 on iOS has some new options in chrome://flags for text fragments, albe
150140

151141
## More Info
152142

153-
[view source code](/FragmentQR)
143+
[View source code](/FragmentQR)
154144
Come back later to see more organized source code
155145

156146
[FragmentQR website](https://y330.github.io/FragmentQR)
@@ -167,7 +157,7 @@ This extension uses some code from Google’s <a href="https://chrome.google.com
167157
<img src="https://camo.githubusercontent.com/d5d24e33e2f4b6fe53987419a21b203c03789a8f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667" />
168158
</a>
169159

170-
Disclaimer: Scroll-to-text-fragment is a feature native to Google Chrome and not provided by FragmentQR. FragmentQR only utilizes this feature.
160+
Disclaimer: Text fragments is not owned by FragmentQR
171161

172162
<b>Copyright 2020 Yonah Aviv.</b>
173163
This project is licensed under the terms of the MIT license.

0 commit comments

Comments
 (0)