Rich URL for Chrome

work with information in a format that suits you best

Executing GET requests to the API

Using GET requests, you can, for example:

  • turn the URL of the current page in the QR code 1
  • search for the selected fragment in
    • DuckDuckGo 2
    • Wikipedia 3
    • YouTube 4
    • Amazon 5
  • create a copy on archive.org 6
Example of action for receiving a QR code

Example of action for receiving a QR code


  1. https://api.qrserver.com/v1/create-qr-code/?size=150x150&data={{ url | clear }}
    Learn more about this API. ↩︎

  2. https://duckduckgo.com/?q={{ selected }} ↩︎

  3. http://ru.wikipedia.org/w/index.php?title=Special:Search&search={{ selected }} ↩︎

  4. http://www.youtube.com/results?search_query={{ selected }} ↩︎

  5. https://www.amazon.com/s?k={{ selected }} ↩︎

  6. https://web.archive.org/save/{{ url | clear }} ↩︎

comments powered by Disqus