Notetab - capture your thoughts

Capture your thoughts seamlessly in the new tab page

Vad är Notetab - capture your thoughts?

Notetab - capture your thoughts är en Chrome-tillägg utvecklad av Nicklas Cook, och dess huvudfunktion är "Capture your thoughts seamlessly in the new tab page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Notetab - capture your thoughts-förlängningens CRX-fil

Ladda ner Notetab - capture your thoughts-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

                        Replace the new tab with a better way to manage your life. Lightweight, minimalistic and blazing fast.


✔ Seamless syncing of notes across your Google account.
✔ Beautiful background images from reddit.com/r/Earthporn
✔ 'Notepads' to create lists, separate notes and much more.
✔ Bookmarks with images built in.
✔ Simple timer.
✔ Material Design with both light and dark themes.



More Information:
https://github.com/nicklascook/Notetab                    

Grundläggande Information om Tillägg

Namn Notetab - capture your thoughts Notetab - capture your thoughts
ID malimlglkbkgjkainkeemkhmedcbeene
Officiell webbadress https://chromewebstore.google.com/detail/notetab-capture-your-thou/malimlglkbkgjkainkeemkhmedcbeene
Beskrivning Capture your thoughts seamlessly in the new tab page
Filstorlek 175 KB
Antal Installationer 190
Aktuell Version 1.4.5
Senast Uppdaterad 2017-04-30
Publiceringsdatum 2017-04-30
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare Nicklas Cook
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/nicklascook/Notetab
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notetab - capture your thoughts",
    "author": "Nicklas Cook",
    "version": "1.4.5",
    "description": "Capture your thoughts seamlessly in the new tab page",
    "short_name": "Notetab",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}