Anything
get reminded of anything on every new tab
Wat is Anything?
Anything is een Chrome-extensie ontwikkeld door gabolobl, en de belangrijkste functie is "get reminded of anything on every new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Anything
Download Anything-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
Attaining a perfect balance between simplicity and customization, Anything becomes anything you want it to be. Choose any emoji and text you want and on every new tab, you'll see the reminder, the note-to-self, the inspiration, or the anything that you set. What will you use it for?
Basisinformatie over de Extensie
Naam | Anything |
ID | blgigoijbkappfcgilbmnkhhbdhpapnj |
Officiële URL | https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj |
Beschrijving | get reminded of anything on every new tab |
Bestandsgrootte | 286 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-02-04 |
Publicatiedatum | 2021-01-31 |
Ontwikkelaar | gabolobl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gabriellobl.com/ |
URL van de Privacybeleid Pagina | https://gabriellobl.github.io/visualize-life |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anything", "version": "1.0.3", "manifest_version": 2, "description": "get reminded of anything on every new tab", "icons": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "anything-16.png", "48": "anything-48.png", "128": "anything-128.png" }, "default_title": "Anything" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |