Notes Tab
This extension creates a note pad in a new tab
Co to jest Notes Tab?
Notes Tab to rozszerzenie Chrome opracowane przez patrickasdf, a jego główną funkcją jest „This extension creates a note pad in a new tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notes Tab
Pobierz pliki rozszerzeń Notes Tab 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
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
Oficjalny URL | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
Opis | This extension creates a note pad in a new tab |
Rozmiar pliku | 125 KB |
Liczba instalacji | 202 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-08-26 |
Data Publikacji | 2015-08-26 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | patrickasdf |
Typ Płatności | free |
Strona Rozszerzenia | http://www.patrickmatherly.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |