All Projects → GoogleChromeLabs → Link To Text Fragment

GoogleChromeLabs / Link To Text Fragment

Licence: apache-2.0
Browser extension that allows for linking to arbitrary text fragments.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Link To Text Fragment

Timecat
A Magical Web Recorder & Player 🖥
Stars: ✭ 1,955 (+1169.48%)
Mutual labels:  chrome-extension
Helena
A Chrome extension for writing custom web scraping programs and web automation programs. Just demonstrate how to collect the first row of data, then let the extension write the program for collecting all rows.
Stars: ✭ 151 (-1.95%)
Mutual labels:  chrome-extension
Copycat
An extension to test web projects with ease! Create a test code without writing a line of code!
Stars: ✭ 156 (+1.3%)
Mutual labels:  chrome-extension
Codelf
A search tool helps dev to solve the naming things problem.
Stars: ✭ 12,052 (+7725.97%)
Mutual labels:  chrome-extension
Rsshub Radar
🍰 Browser extension that simplifies finding and subscribing RSS and RSSHub
Stars: ✭ 2,388 (+1450.65%)
Mutual labels:  chrome-extension
Gloria
A programmable website notifications aggregator in Chrome.
Stars: ✭ 152 (-1.3%)
Mutual labels:  chrome-extension
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-6.49%)
Mutual labels:  chrome-extension
Rokucast
Cast videos from chrome to roku
Stars: ✭ 157 (+1.95%)
Mutual labels:  chrome-extension
Github Stars Tagger
A Google Chrome extension that lets you add tags to your starred repositories directly on GitHub
Stars: ✭ 148 (-3.9%)
Mutual labels:  chrome-extension
My Notes
Simple and fast note-taking in Chrome with Google Drive support.
Stars: ✭ 155 (+0.65%)
Mutual labels:  chrome-extension
Awesome Chrome Extension Boilerplate
Use react + typescript + webpack to enhance your chrome extension development experience
Stars: ✭ 146 (-5.19%)
Mutual labels:  chrome-extension
Carettab
CaretTab - New Tab Page Replacement
Stars: ✭ 147 (-4.55%)
Mutual labels:  chrome-extension
Asciidoctor Browser Extension
⚪️ An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.
Stars: ✭ 152 (-1.3%)
Mutual labels:  chrome-extension
Notes
📔 Linux、MySQL、Nginx、PHP、Git、Shell 等笔记
Stars: ✭ 1,835 (+1091.56%)
Mutual labels:  chrome-extension
Browser Extension Json Discovery
Browser (Chrome, Firefox) extension for JSON discovery
Stars: ✭ 157 (+1.95%)
Mutual labels:  chrome-extension
Instagramdownloader
Firefox and Chrome Extention which creates an download button for instagram images and videos and videos
Stars: ✭ 144 (-6.49%)
Mutual labels:  chrome-extension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-1.95%)
Mutual labels:  chrome-extension
Chrome url2qrcode
Chrome plugin that can convert current URL into QR code.
Stars: ✭ 158 (+2.6%)
Mutual labels:  chrome-extension
Find
A find-in-page extension for Chrome and Firefox that supports regular expressions.
Stars: ✭ 157 (+1.95%)
Mutual labels:  chrome-extension
Chrome Extensions Reloader
A chrome extension for reloading unpacked extensions
Stars: ✭ 154 (+0%)
Mutual labels:  chrome-extension

Link to Text Fragment

Installation

You can install the extension in your browser of choice:

Usage

The Link to Text Fragment extension allows for the easy creation of text fragment URLs via the context menu:

  1. Select the text that you want to link to.
  2. Right-click and choose "Copy Link to Selected Text" from the context menu.
  3. If the link creation succeeded, the selected text will be briefly highlighted in yellow.
  4. Paste your link wherever you want to share it.

Text fragment selected on a webpage and contextmenu showing "Copy Link to Selected Text"

Background

The Text Fragments specification adds support for specifying a text snippet in the URL fragment.

#:~:text=[prefix-,]textStart[,textEnd][,-suffix]

When navigating to a URL with such a fragment, the user agent can quickly emphasize and/or bring it to the user's attention.

Try it out by clicking on this link: https://wicg.github.io/scroll-to-text-fragment/#ref-for-fragment-directive:~:text=%23%3A~%3Atext%3D%5Bprefix%2D%2C%5DtextStart%5B%2CtextEnd%5D%5B%2C%2Dsuffix%5D.

Acknowledgements

Text Fragments was implemented and specified by Nick Burris and David Bokan, with contributions from Grant Wang. The extension icon is courtesy of Rombout Versluijs.

License

The extension's source code is licensed under the terms of the Apache 2.0 license.

This is not an official Google product. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].