You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://bit.ly/GetFragmentedQR"class="btn"title="Get it on the Chrome Web Store"padding="0">
3
4
<imgsrc="https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_496x150.png"width="400px"alt="Available on the Chrome Webstore">
4
5
</a>
5
-
6
-
# *Yonah Aviv*
7
-
8
-
9
-
10
-
11
-
12
6
7
+
# *Yonah Aviv*
13
8
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)**
14
10
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.
@@ -30,7 +18,6 @@ Big changes are coming to FragmentQR: It will be rebuilt almost entirely in Java
30
18
31
19
32
20
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.*
34
21
35
22
### What does FragmentQR do?
36
23
@@ -42,6 +29,7 @@ FragmentQR adds a an option to the context menu to copy a text fragment when sel
42
29
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🟨.
43
30
44
31
Currently scanning the QR code to see the highlights will only work Android.
32
+
45
33
### Other Features
46
34
47
35
+ 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.
55
43
56
44
<hrwidth=50%>
57
45
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
+
58
48
### **What are Text Fragments?**
59
49
60
-
<blockclass="fragd"><aclass="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
+
62
52
63
53
> "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)
64
54
@@ -150,7 +140,7 @@ Chrome 87 on iOS has some new options in chrome://flags for text fragments, albe
0 commit comments