xNotes
An app to write notes on chrome new tab.
Qu'est-ce que xNotes ?
xNotes est une extension Chrome développée par https://ahmadzakiy.com, et sa fonction principale est "An app to write notes on chrome new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension xNotes
Téléchargez les fichiers d'extension xNotes 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
An app to write notes on chrome new tab, with dark theme!
Informations de Base sur l'Extension
Nom | |
ID | kdcjpeakcckhecgojnbjiohjnbfkgmie |
URL Officiel | https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie |
Description | An app to write notes on chrome new tab. |
Taille du Fichier | 584 KB |
Nombre d'Installations | 262 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2019-02-08 |
Date de Publication | 2019-02-08 |
Évaluation | 4.67/5 Total 6 Évaluations |
Développeur | https://ahmadzakiy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ahmadzakiy/xnotes |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.1", "name": "xNotes", "short_name": "xNotes", "description": "An app to write notes on chrome new tab.", "homepage_url": "https:\/\/github.com\/ahmadzakiy\/xnotes", "icons": { "16": ".\/img\/icon16.png", "48": ".\/img\/icon48.png", "128": ".\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ] } |