NewTab Sync Notes
This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.
Co to jest NewTab Sync Notes?
NewTab Sync Notes to rozszerzenie Chrome opracowane przez Rudi Olckers, a jego główną funkcją jest „This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NewTab Sync Notes
Pobierz pliki rozszerzeń NewTab Sync 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
This is a chrome extension which aim to be a light-weight notes manager that opens up when a new tab is created. The content will be synchronised across multiple browser instances.
The Papier chrome extension (https://chrome.google.com/webstore/detail/papier/hhjeaokafplhjoogdemakihhdhffacia) inspired this project. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | neiinhkoafdpmaimmckhceppaaflojpc |
| Oficjalny URL | https://chromewebstore.google.com/detail/newtab-sync-notes/neiinhkoafdpmaimmckhceppaaflojpc |
| Opis | This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances. |
| Rozmiar pliku | 618 KB |
| Liczba instalacji | 91 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-08-08 |
| Data Publikacji | 2016-08-08 |
| Ocena | 2.00/5 Łącznie 5 Oceny |
| Deweloper | Rudi Olckers |
| Typ Płatności | free |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NewTab Sync Notes",
"version": "1.1",
"description": "This extension is a notes manager that opens up in a new tab. The content is synchronized across multiple browser instances.",
"icons": {
"128": "icons\/icon128.png",
"16": "icons\/icon16.png",
"48": "icons\/icon48.png"
},
"browser_action": {
"default_icon": "icons\/icon19.png"
},
"background": {
"scripts": [
"js\/background.min.js"
],
"persistent": false
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"incognito": "split",
"permissions": [
"storage"
]
} | |