Mixtags.com
Save bookmarks to Mixtags.com
What is Mixtags.com?
Mixtags.com is a Chrome extension developed by http://mixtags.com, and its main feature is "Save bookmarks to Mixtags.com".
Extension Screenshots
Download Mixtags.com Extension CRX File
Download Mixtags.com 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
− 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
Extension Basic Information
Name | |
ID | hddlgnlcecmdnjagkeimmfidmmbiiaaa |
Official URL | https://chrome.google.com/webstore/detail/mixtagscom/hddlgnlcecmdnjagkeimmfidmmbiiaaa |
Description | Save bookmarks to Mixtags.com |
File Size | 13.99 KB |
Installation Count | 10 |
Current Version | 0.1 |
Last Updated | 2014-05-04 |
Publish Date | 2014-05-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://mixtags.com |
Payment Type | free |
Extension Website | http://mixtags.com/ |
Help Page URL | http://mixtags.com/help |
Supported Languages | 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 } |