MetaNote
Add notes to any page on the web
Co to jest MetaNote?
MetaNote to rozszerzenie Chrome opracowane przez https://getmetanote.com, a jego główną funkcją jest „Add notes to any page on the web”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MetaNote
Pobierz pliki rozszerzeń MetaNote 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
MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.
Click the extension icon to open a panel and start writing your notes. Come back later to collect them. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | edppgeiopaemgpmmapllfeeeeekdolbl |
| Oficjalny URL | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl |
| Opis | Add notes to any page on the web |
| Rozmiar pliku | 167 KB |
| Liczba instalacji | 31 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-03-01 |
| Data Publikacji | 2022-02-26 |
| Deweloper | https://getmetanote.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://getmetanote.com |
| Adres URL Strony Pomocy | https://getmetanote.com/support |
| Adres URL Strony Polityki Prywatności | https://www.impulsionlabs.com/privacy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MetaNote",
"description": "Add notes to any page on the web",
"version": "1.0.1",
"icons": {
"128": "img\/icon-orange-128.png",
"48": "img\/icon-orange-48.png",
"16": "img\/icon-orange-16.png"
},
"action": [],
"background": {
"service_worker": "app\/background.js"
},
"permissions": [
"activeTab",
"storage",
"tabs"
]
} | |