TweetDeck Launcher
This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar.
What is TweetDeck Launcher?
TweetDeck Launcher is a Chrome extension developed by https://tweetdeck.com, and its main feature is "This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar.".
Extension Screenshots
Download TweetDeck Launcher Extension CRX File
Download TweetDeck Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar.
Extension Basic Information
Name | TweetDeck Launcher |
ID | kmjdnkpkpnjblbgbnkeedepgnomafojk |
Official URL | https://chromewebstore.google.com/detail/tweetdeck-launcher/kmjdnkpkpnjblbgbnkeedepgnomafojk |
Description | This extension allows you to launch TweetDeck easily by adding a handy button to your browser bar. |
File Size | 15 KB |
Installation Count | 48,502 |
Current Version | 2.0.2 |
Last Updated | 2015-08-18 |
Publish Date | 2015-08-18 |
Rating | 4.36/5 Total 414 Ratings |
Developer | https://tweetdeck.com |
Payment Type | free |
Extension Website | http://www.tweetdeck.com/chrome |
Help Page URL | http://support.tweetdeck.com/categories/6170-chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetDeck Launcher", "manifest_version": 2, "version": "2.0.2", "background": { "scripts": [ "launcher.js" ] }, "permissions": [ "tabs", "management" ], "browser_action": { "default_icon": { "19": "assets\/24.png", "38": "assets\/48.png" } }, "icons": { "16": "assets\/16.png", "24": "assets\/24.png", "32": "assets\/32.png", "48": "assets\/48.png", "64": "assets\/64.png", "128": "assets\/128.png" } } |