Social Launcher
Quick Launce To your sites
What is Social Launcher?
Social Launcher is a Chrome extension developed by Hasanuzzaman, and its main feature is "Quick Launce To your sites".
Extension Screenshots
Download Social Launcher Extension CRX File
Download Social 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
Easily launch your social and important site just click to the icon, No need to type the link. New feature update on version 2.0.0 Show your top sites link. Easily add your custom link. Easily add custom icon. Nice user interface Very much recomended for the person who don't want to type the link again and again. Hope it will increase your productivity. If you have any request for new feature please let us know.
Extension Basic Information
Name | |
ID | ioijhmpjoplcmckgaiggcoockjijmcim |
Official URL | https://chrome.google.com/webstore/detail/social-launcher/ioijhmpjoplcmckgaiggcoockjijmcim |
Description | Quick Launce To your sites |
File Size | 54.11 KB |
Installation Count | 33 |
Current Version | 2.0.0 |
Last Updated | 2019-03-04 |
Publish Date | 2019-03-04 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Hasanuzzaman |
[email protected] | |
Payment Type | free |
Extension Website | https://hasanuzzamanbe.github.io/social-launcher-extension/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social Launcher", "version": "2.0.0", "description": "Quick Launce To your sites", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Hasanuzzaman", "optional_permissions": [ "tabs" ], "permissions": [ "tabs", "topSites", "storage" ], "short_name": "S Launch" } |