Ants
A life-changing productivity hack
Wat is Ants?
Ants is een Chrome-extensie ontwikkeld door maxwell.oliver.white, en de belangrijkste functie is "A life-changing productivity hack".
Extensie Screenshots
Download het CRX-bestand van de extensie Ants
Download Ants-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Ants |
ID | dkedeomphfmenkbcpcnkhpkkhiillaka |
Officiële URL | https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka |
Beschrijving | A life-changing productivity hack |
Bestandsgrootte | 5.78 MB |
Aantal Installaties | 103 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-04-17 |
Publicatiedatum | 2018-04-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | maxwell.oliver.white |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/DuckBrothers/Antz |
Ondersteunde Talen | 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 } |