Take a note
This extension will let you take a simple note in Chrome.
Co to jest Take a note?
Take a note to rozszerzenie Chrome opracowane przez omgmog, a jego główną funkcją jest „This extension will let you take a simple note in Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Take a note
Pobierz pliki rozszerzeń Take a 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 simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.
Podstawowe informacje o rozszerzeniu
Nazwa | Take a note |
ID | kfiafdpdemicicjnfadpklcolhjghggp |
Oficjalny URL | https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp |
Opis | This extension will let you take a simple note in Chrome. |
Rozmiar pliku | 15.07 KB |
Liczba instalacji | 682 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2013-09-30 |
Data Publikacji | 2013-09-30 |
Ocena | 4.80/5 Łącznie 5 Oceny |
Deweloper | omgmog |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://omgmog.net |
Obsługiwane Języki | 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'" } |