Mixtags.com
Save bookmarks to Mixtags.com
什么是Mixtags.com?
Mixtags.com是由http://mixtags.com开发的Chrome扩展程序,该扩展的主要功能是“Save bookmarks to Mixtags.com”。
扩展截图
下载Mixtags.com扩展crx文件
下载Mixtags.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
− Social + Tags Bookmarking Service! This extension is the best way to save your favorite sites in Mixtags.com Do you have created thousands of tags? Most do not know that tag use? Too many tags useless? Mixtags helps you clean up the huge tags cloud! www.mixtags.com
扩展基本信息
名称 | |
ID | hddlgnlcecmdnjagkeimmfidmmbiiaaa |
官方URL | https://chrome.google.com/webstore/detail/mixtagscom/hddlgnlcecmdnjagkeimmfidmmbiiaaa |
简介 | Save bookmarks to Mixtags.com |
文件大小 | 13.99 KB |
安装次数 | 10 |
当前版本 | 0.1 |
更新时间 | 2014-05-04 |
上架时间 | 2014-05-04 |
评分 | 5.00/5 共1次评分 |
开发者 | http://mixtags.com |
付费类型 | free |
扩展官网 | http://mixtags.com/ |
帮助页面URL | http://mixtags.com/help |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Add to Mixtags" }, "name": "Mixtags.com", "description": "Save bookmarks to Mixtags.com", "homepage_url": "http:\/\/mixtags.com\/", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |