Another One
This is for when you're doing situps or pushups... another one
什么是Another One?
Another One是由atanton开发的Chrome扩展程序,该扩展的主要功能是“This is for when you're doing situps or pushups... another one”。
扩展截图
下载Another One扩展crx文件
下载Another One扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This useless chrome extension allows the user to open a new tab and hear the motivating command of DJ Khaled. Another One
扩展基本信息
名称 | Another One |
ID | ffpbomldahncmnmmnadnjhngaiopolmk |
官方URL | https://chromewebstore.google.com/detail/another-one/ffpbomldahncmnmmnadnjhngaiopolmk |
简介 | This is for when you're doing situps or pushups... another one |
文件大小 | 24.71 KB |
安装次数 | 136 |
当前版本 | 100.0 |
更新时间 | 2016-03-16 |
上架时间 | 2016-03-16 |
评分 | 5.00/5 共4次评分 |
开发者 | atanton |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Another One", "description": "This is for when you're doing situps or pushups... another one", "version": "100.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |