Pop-up Notes

Simple and easy quick notes.

Co to jest Pop-up Notes?

Pop-up Notes to rozszerzenie Chrome opracowane przez Leon Tuček, a jego główną funkcją jest „Simple and easy quick notes.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pop-up Notes

Pobierz pliki rozszerzeń Pop-up Notes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pop-up Notes Pop-up Notes
ID akdcjhfcjkncbgibooldjcfinlepdbgf
Oficjalny URL https://chrome.google.com/webstore/detail/pop-up-notes/akdcjhfcjkncbgibooldjcfinlepdbgf
Opis Simple and easy quick notes.
Rozmiar pliku 25.56 KB
Liczba instalacji 214
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-04-01
Data Publikacji 2015-04-01
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Leon Tuček
Typ Płatności free
Obsługiwane Języki 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'"
}