Anything
get reminded of anything on every new tab
Was ist Anything?
Anything ist eine Chrome-Erweiterung, die von gabolobl entwickelt wurde, und ihr Hauptmerkmal ist "get reminded of anything on every new tab".
Erweiterungsscreenshots
Anything-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anything-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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?
Grundlegende Informationen zur Erweiterung
Name | Anything |
ID | blgigoijbkappfcgilbmnkhhbdhpapnj |
Offizielle URL | https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj |
Beschreibung | get reminded of anything on every new tab |
Dateigröße | 286 KB |
Installationsanzahl | 59 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2021-01-31 |
Entwickler | gabolobl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gabriellobl.com/ |
URL der Datenschutzrichtlinien-Seite | https://gabriellobl.github.io/visualize-life |
Unterstützte Sprachen | 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'" } |