Coconote

Take notes in your browser new tab.

Vad är Coconote?

Coconote är en Chrome-tillägg utvecklad av pierre.goutheraud, och dess huvudfunktion är "Take notes in your browser new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

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

Ladda ner Coconote-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

                        Coconote is a new tab extension to take notes.
Everything is saved up and synched on all your devices.

Made with ❤️ by http://pierregoutheraud.fr                    

Grundläggande Information om Tillägg

Namn Coconote Coconote
ID kjdgikbdpepfaccfiejmignfbogjbbop
Officiell webbadress https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop
Beskrivning Take notes in your browser new tab.
Filstorlek 403 KB
Antal Installationer 45
Aktuell Version 1.4.3
Senast Uppdaterad 2020-03-21
Publiceringsdatum 2020-03-19
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare pierre.goutheraud
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coconote",
    "version": "1.4.3",
    "manifest_version": 2,
    "description": "Take notes in your browser new tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/; connect-src ws:\/\/localhost:63168\/; font-src *; style-src * 'unsafe-inline';"
}