Take a note

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

Vad är Take a note?

Take a note är en Chrome-tillägg utvecklad av omgmog, och dess huvudfunktion är "This extension will let you take a simple note in Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Take a note-förlängningens CRX-fil

Ladda ner Take a note-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

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

Grundläggande Information om Tillägg

Namn Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
Officiell webbadress https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
Beskrivning This extension will let you take a simple note in Chrome.
Filstorlek 15.07 KB
Antal Installationer 682
Aktuell Version 1.1
Senast Uppdaterad 2013-09-30
Publiceringsdatum 2013-09-30
Betyg 4.80/5 Totalt 5 Betyg
Utvecklare omgmog
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://omgmog.net
Stödda Språk 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'"
}