Snap Note

A Chrome Extension in the form of a pop-up notepad with various functions

Co to jest Snap Note?

Snap Note to rozszerzenie Chrome opracowane przez Arthelon, a jego główną funkcją jest „A Chrome Extension in the form of a pop-up notepad with various functions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Snap Note

Pobierz pliki rozszerzeń Snap Note 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

                        A Chrome Extension in the form of a pop-up notepad with various functions.

IMPORTANT : 
Press the "Enter" key to toggle the note renaming function. Click once on any notepad and begin typing.                    

Podstawowe informacje o rozszerzeniu

Nazwa Snap Note Snap Note
ID bcddlnpbfpldhhgpjkoedhcnjchldcff
Oficjalny URL https://chromewebstore.google.com/detail/snap-note/bcddlnpbfpldhhgpjkoedhcnjchldcff
Opis A Chrome Extension in the form of a pop-up notepad with various functions
Rozmiar pliku 277 KB
Liczba instalacji 908
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2015-09-11
Data Publikacji 2015-09-11
Ocena 3.91/5 Łącznie 11 Oceny
Deweloper Arthelon
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/Arthelon
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Note",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "A Chrome Extension in the form of a pop-up notepad with various functions",
    "author": "Daniel Hsing",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "32": "images\/note-32.png",
        "48": "images\/note-48.png",
        "128": "images\/note-128.png"
    },
    "browser_action": {
        "default_icon": "images\/note-128.png",
        "default_title": "Snap Note",
        "default_popup": "index.html"
    },
    "permissions": [
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "index.html",
        "js\/popup.js"
    ]
}