Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.28 KB

File metadata and controls

51 lines (31 loc) · 1.28 KB

Tweet This! Chrome Extension

Tweet This! is chrome extension for tweeting selected text. Great for sharing interesting quotes, facts or just sharing pages without a share button.

Version

1.0.0

Tech

Tweet This! uses adds a context menu option (right click option) to launch a Twitter web intent.

  • chrome.contextMenus Use the chrome.contextMenus API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.

  • Twitter Web Intents - Tweet Web intents documentation

Installation

1. Download repository and unzip
2. Launch Chrome. Enter chrome://extensions
3. Enable Developer mode and click on "Load unpacked extension..."
4. Naviagte to this folder and click Done.

Usage

In chrome browser, on any page, select text and/or right click. You should have a option "Tweet This!".

Development

Want to contribute? Great!

Todo's

Write Tests

Put on Chrome Web Store

Scrub for shareable link from content websites like Facebook.

License

MIT © Rijul Bansal