Notable

Sticky Notes and Note Taking Chrome Extension!

Co to jest Notable?

Notable to rozszerzenie Chrome opracowane przez Genuvo, a jego główną funkcją jest „Sticky Notes and Note Taking Chrome Extension!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Notable

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

                        Notable is a chrome extension that aids with note taking. It has three main features. First, it allows the user to create and write on sticky notes of different colors which automatically save and persist even if the device shuts down. Second, the extension lets the user write annotations directly on the web page once the draw button is pressed. Third, it has a screenshot button which captures the web page with the annotations on it in a png file.

Created by Neha Dalia and Sneha Jog                    

Podstawowe informacje o rozszerzeniu

Nazwa Notable Notable
ID ckhhdfhcoijmbejbeigjcjdfflnmeeje
Oficjalny URL https://chromewebstore.google.com/detail/notable/ckhhdfhcoijmbejbeigjcjdfflnmeeje
Opis Sticky Notes and Note Taking Chrome Extension!
Rozmiar pliku 711 KB
Liczba instalacji 733
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-08-23
Data Publikacji 2020-08-18
Ocena 4.50/5 Łącznie 6 Oceny
Deweloper Genuvo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notable",
    "version": "1.1",
    "description": "Sticky Notes and Note Taking Chrome Extension!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/p5.js",
                "draw.js"
            ]
        }
    ],
    "manifest_version": 2
}