Sticky Notes
Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Co je Sticky Notes?
Sticky Notes je rozšíření Chrome vyvinuté Divin Divakaran, a jeho hlavní funkcí je „Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sticky Notes
Stáhněte si soubory rozšíření Sticky Notes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
------------------------------- 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
Základní Informace o Rozšíření
Název | |
ID | afdjehcoobjeopcnfdjncgjibchcomlg |
Oficiální URL | https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg |
Popis | Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done. |
Velikost souboru | 158 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-12-18 |
Datum Vydání | 2018-12-18 |
Hodnocení | 2.67/5 Celkem 6 Hodnocení |
Vývojář | Divin Divakaran |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.divindivakaran.com |
Podporované Jazyky | 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" ] } |