Take a note

This extension will let you take a simple note in Chrome.

Wat is Take a note?

Take a note is een Chrome-extensie ontwikkeld door omgmog, en de belangrijkste functie is "This extension will let you take a simple note in Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Take a note

Download Take a note-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

                        A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

Basisinformatie over de Extensie

Naam Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
Officiële URL https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
Beschrijving This extension will let you take a simple note in Chrome.
Bestandsgrootte 15.07 KB
Aantal Installaties 682
Huidige Versie 1.1
Laatst Bijgewerkt 2013-09-30
Publicatiedatum 2013-09-30
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar omgmog
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://omgmog.net
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}