Pop-up Notes

Simple and easy quick notes.

Vad är Pop-up Notes?

Pop-up Notes är en Chrome-tillägg utvecklad av Leon Tuček, och dess huvudfunktion är "Simple and easy quick notes.".

Tilläggsskärmbilder

screenshot

Ladda ner Pop-up Notes-förlängningens CRX-fil

Ladda ner Pop-up Notes-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

                        Simple and easy quick notes. Write and read your notes in your browser with Pop-up Notes Extension. Customize font, font color, background color, lines color.                    

Grundläggande Information om Tillägg

Namn Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
Officiell webbadress https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
Beskrivning Simple and easy quick notes.
Filstorlek 25.56 KB
Antal Installationer 214
Aktuell Version 1.0
Senast Uppdaterad 2015-04-01
Publiceringsdatum 2015-04-01
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare Leon Tuček
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop-up Notes",
    "options_page": "options.html",
    "description": "Simple and easy quick notes.",
    "icons": {
        "128": "images\/notes-128x128.png",
        "16": "images\/notes-16x16.png",
        "48": "images\/notes-48x48.png"
    },
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}