Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Co to jest Sticky Notes?
Sticky Notes to rozszerzenie Chrome opracowane przez Divin Divakaran, a jego główną funkcją jest „Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sticky Notes
Pobierz pliki rozszerzeń Sticky 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
------------------------------- FEATURES ---------------------------------------- - You'll see the notes every time you open a new tab in chrome. - Unlimited number of notes can be added. - Customise the background colour of the page and also the colour of the notes. - The size of the note can be easily updated and can be dragged to any desired location. - The notes will stay in the exact position even after you exit and reopen. - The application is lightweight and very fast - A google search is also included with this application
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
Oficjalny URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
Opis | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
Rozmiar pliku | 158 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2018-12-18 |
Data Publikacji | 2018-12-18 |
Ocena | 2.67/5 Łącznie 6 Oceny |
Deweloper | Divin Divakaran |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.divindivakaran.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes", "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus" ] } |