Castle Age Monster Code Opener
This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.
什么是Castle Age Monster Code Opener?
Castle Age Monster Code Opener是由Gordon Yeu开发的Chrome扩展程序,该扩展的主要功能是“This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.”。
扩展截图
下载Castle Age Monster Code Opener扩展crx文件
下载Castle Age Monster Code Opener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Castle Age Monster Code Opener, "CAMCO" is a handy tool to open monster codes in CA. What's new: 1. Added support for "Thanatos of Fire & Ice" Features: 1. Supports CA on both Facebook and web3. 2. Converts monster codes to URLs, then open them in new pages. 3. Converts monster codes to URLs, then copy them to clipboard. 4. New version supports BATCH processing! 5. Works in "Incognito Mode" Usage: 1. Select the text contains monster codes. 2. Right click the selection. 3. Castle Age Monster Code Opener > copy or open monster codes.
扩展基本信息
名称 | Castle Age Monster Code Opener |
ID | abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
官方URL | https://chromewebstore.google.com/detail/castle-age-monster-code-o/abgckmhddlbhlhbhpcnfgmmdgfkbcofb |
简介 | This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you. |
文件大小 | 15.93 KB |
安装次数 | 38 |
当前版本 | 1.5.0.1 |
更新时间 | 2016-06-12 |
上架时间 | 2016-06-12 |
评分 | 4.50/5 共4次评分 |
开发者 | Gordon Yeu |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Castle Age Monster Code Opener", "short_name": "CAMCO", "version": "1.5.0.1", "author": "Gordon Yeu", "description": "This extension converts monster codes of CA to monster URLs of web3 or facebook pages, and opens them for you.", "default_locale": "en", "background": { "page": "background.html" }, "browser_action": { "default_title": "CAMCO" }, "permissions": [ "contextMenus", "clipboardWrite" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |