bitly / bitly_chrome_extension

bit.ly chrome extension

Home Page:http://chrome.bit.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitly Chrome Extension

This is the official bitly chrome extension. Shorten and Share, right from your browser, instantly

Installing

The current release can be installed from chrome.bit.ly

Development releases can be build by getting the source and loading as an unpacked extension

Source Code: github.com/bitly/bitly_chrome_extension

Please see notes on setting up valid Oauth credentials

Bitly OAuth Credentials

You will need to create and add a file to the js directory, so that

js/bitly_oauth_credentials.js

This file will contain valid credentials to use when contacting bit.ly. This is to facilitate easier re-purposing of code contained within the project. The file bitly_oauth_credentials.js.sample has been added as a reference guide

var bitly_oauth_credentials={
    client_id : "____YOUR_BITLY_OAUTH_CLIENT_ID____",
    client_signature : "____YOUR_BITLY_OAUTH_SIGNATURE___"
}

Features / Description

  • Shorten and Share, right from your browser, instantly
  • Shares to any of your linked social accounts, such as Twitter and Facebook
  • Expands all bitly links, including white-label domains, such as 4sq.com. Can be easily disabled.
  • Easy and safe direct login to bitly
  • Captures selected page text, which can be quickly shared.
  • Supports both bitly and j.mp APIs
  • Works with both HTTPS and HTTP sites
  • Quickly copy short links to your clipboard.
  • Uses new bitly SSL oauth for authentication. You're credentials are never sent as clear text.
  • Right click "shorten and copy" your link with bit.ly

Note to users experiencing problems directly after install: Chrome doesn't allow execution of content scripts on already open pages. If you try this immediately after install on existing tabs, it won't work, so we recommend to restarting Chrome after installing the extension.

WishList

  • Custom Keywords
  • User Shorten History / Activity Feed
  • Realtime / Trending links for user X
  • User Metics, clicks, country, referrers

Contributing

Known Issues

About

bit.ly chrome extension

http://chrome.bit.ly/


Languages

Language:JavaScript 95.2%Language:Python 2.9%Language:Shell 1.9%