ActiveGS
Apple IIgs emulator
什么是ActiveGS?
ActiveGS是由https://freetoolsassociation.com开发的Chrome扩展程序,该扩展的主要功能是“Apple IIgs emulator”。
扩展截图
下载ActiveGS扩展crx文件
下载ActiveGS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plugin to run Apple II programs within your browser. Enjoy ;)
扩展基本信息
名称 | |
ID | nhndampajkkhamolmmnalddigpojomph |
官方URL | https://chromewebstore.google.com/detail/activegs/nhndampajkkhamolmmnalddigpojomph |
简介 | Apple IIgs emulator |
文件大小 | 1.31 MB |
安装次数 | 5,251 |
当前版本 | 3.7.1019 |
更新时间 | 2014-01-31 |
上架时间 | 2014-01-31 |
评分 | 1.69/5 共103次评分 |
开发者 | https://freetoolsassociation.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ActiveGS", "version": "3.7.1019", "description": "Apple IIgs emulator", "icons": { "16": "ActiveGS16.png", "48": "ActiveGS48.png", "128": "ActiveGS128.png" }, "plugins": [ { "path": "npActiveGS.dll", "public": true }, { "path": "activegs.plugin", "public": true } ] } |