Mixtags.com
Save bookmarks to Mixtags.com
Wat is Mixtags.com?
Mixtags.com is een Chrome-extensie ontwikkeld door http://mixtags.com, en de belangrijkste functie is "Save bookmarks to Mixtags.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Mixtags.com
Download Mixtags.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
− 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
Basisinformatie over de Extensie
Naam | |
ID | hddlgnlcecmdnjagkeimmfidmmbiiaaa |
Officiële URL | https://chrome.google.com/webstore/detail/mixtagscom/hddlgnlcecmdnjagkeimmfidmmbiiaaa |
Beschrijving | Save bookmarks to Mixtags.com |
Bestandsgrootte | 13.99 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-05-04 |
Publicatiedatum | 2014-05-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://mixtags.com |
Betalingswijze | free |
Extensiewebsite | http://mixtags.com/ |
Help Pagina-URL | http://mixtags.com/help |
Ondersteunde Talen | 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 } |