Ants
A life-changing productivity hack
什么是Ants?
Ants是由maxwell.oliver.white开发的Chrome扩展程序,该扩展的主要功能是“A life-changing productivity hack”。
扩展截图
下载Ants扩展crx文件
下载Ants扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever looked at a webpage filled with text and wished there were way fewer words ... and way more ants? We've been there, and we've got you covered.
扩展基本信息
名称 | Ants |
ID | dkedeomphfmenkbcpcnkhpkkhiillaka |
官方URL | https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka |
简介 | A life-changing productivity hack |
文件大小 | 5.78 MB |
安装次数 | 103 |
当前版本 | 2.0 |
更新时间 | 2023-04-17 |
上架时间 | 2018-04-16 |
评分 | 5.00/5 共3次评分 |
开发者 | maxwell.oliver.white |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/DuckBrothers/Antz |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ants", "description": "A life-changing productivity hack", "version": "2.0", "permissions": [ "tabs", "scripting" ], "action": { "default_title": "ReadySetGo", "default_icon": ".\/img\/bugKiller.png", "default_popup": "hello.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "img\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |