xNotes

An app to write notes on chrome new tab.

Vad är xNotes?

xNotes är en Chrome-tillägg utvecklad av https://ahmadzakiy.com, och dess huvudfunktion är "An app to write notes on chrome new tab.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner xNotes-förlängningens CRX-fil

Ladda ner xNotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn xNotes xNotes
ID kdcjpeakcckhecgojnbjiohjnbfkgmie
Officiell webbadress https://chromewebstore.google.com/detail/xnotes/kdcjpeakcckhecgojnbjiohjnbfkgmie
Beskrivning An app to write notes on chrome new tab.
Filstorlek 584 KB
Antal Installationer 262
Aktuell Version 2.0.1
Senast Uppdaterad 2019-02-08
Publiceringsdatum 2019-02-08
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare https://ahmadzakiy.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ahmadzakiy/xnotes
Stödda Språk 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"
    ]
}