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 } |