Anything
get reminded of anything on every new tab
Qu'est-ce que Anything ?
Anything est une extension Chrome développée par gabolobl, et sa fonction principale est "get reminded of anything on every new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anything
Téléchargez les fichiers d'extension Anything au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | Anything |
ID | blgigoijbkappfcgilbmnkhhbdhpapnj |
URL Officiel | https://chromewebstore.google.com/detail/anything/blgigoijbkappfcgilbmnkhhbdhpapnj |
Description | get reminded of anything on every new tab |
Taille du Fichier | 286 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2021-01-31 |
Développeur | gabolobl |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gabriellobl.com/ |
URL de la Page de Politique de Confidentialité | https://gabriellobl.github.io/visualize-life |
Langues Prises en Charge | 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'" } |