Helper extension for Mosaic
This extension allows you to move all your browser tabs to Mosaic with one click.
What is Helper extension for Mosaic?
Helper extension for Mosaic is a Chrome extension developed by Alexis Chevalier, and its main feature is "This extension allows you to move all your browser tabs to Mosaic with one click.".
Download Helper extension for Mosaic Extension CRX File
Download Helper extension for Mosaic 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
Extension Basic Information
Name | |
ID | nnhknchgeoeghedkfolliaihjghiijih |
Official URL | https://chromewebstore.google.com/detail/helper-extension-for-mosa/nnhknchgeoeghedkfolliaihjghiijih |
Description | This extension allows you to move all your browser tabs to Mosaic with one click. |
File Size | 12.21 KB |
Installation Count | 101 |
Current Version | 0.4 |
Last Updated | 2016-03-13 |
Publish Date | 2016-03-12 |
Developer | Alexis Chevalier |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Helper extension for Mosaic", "description": "This extension allows you to move all your browser tabs to Mosaic with one click.", "version": "0.4", "browser_action": { "default_icon": "images\/logo_38.png", "default_title": "Move to Mosaic" }, "permissions": [ "activeTab", "tabs", "management" ], "background": { "scripts": [ "background.js" ], "persistent": true } } |