Skip to content

lucazpf/YOURLS-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

YOURLS Chrome Extension

This is an extension for the famous internet browser Chrome by Google. You can easily short the URL you are visiting by pressing the YOURLS icon on your browser toolbar.

Configuration
You must modify script.js editing this line of code by changing your site domain and the name of the API script

url: "http://YOURDOMAIN.COM/API-SCRIPT.php?url=" + tab.url,


In the manifest.json file insert your site domain by editing this line of code

"permissions": [ "tabs", "http://YOURDOMAIN.COM/" ],
   
   

About

YOURLS Chrome Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published