xNotes

An app to write notes on chrome new tab.

Wat is xNotes?

xNotes is een Chrome-extensie ontwikkeld door https://ahmadzakiy.com, en de belangrijkste functie is "An app to write notes on chrome new tab.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie xNotes

Download xNotes-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

                        An app to write notes on chrome new tab, with dark theme!                    

Basisinformatie over de Extensie

Naam xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
Officiële URL https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
Beschrijving An app to write notes on chrome new tab.
Bestandsgrootte 584 KB
Aantal Installaties 262
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-02-08
Publicatiedatum 2019-02-08
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar https://ahmadzakiy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ahmadzakiy/xnotes
Ondersteunde Talen 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"
    ]
}