Helper extension for Mosaic
This extension allows you to move all your browser tabs to Mosaic with one click.
什么是Helper extension for Mosaic?
Helper extension for Mosaic是由Alexis Chevalier开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to move all your browser tabs to Mosaic with one click.”。
下载Helper extension for Mosaic扩展crx文件
下载Helper extension for Mosaic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | nnhknchgeoeghedkfolliaihjghiijih |
官方URL | https://chromewebstore.google.com/detail/helper-extension-for-mosa/nnhknchgeoeghedkfolliaihjghiijih |
简介 | This extension allows you to move all your browser tabs to Mosaic with one click. |
文件大小 | 12.21 KB |
安装次数 | 101 |
当前版本 | 0.4 |
更新时间 | 2016-03-13 |
上架时间 | 2016-03-12 |
开发者 | Alexis Chevalier |
付费类型 | free |
支持的语言 | 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 } } |