Note Tab
Chrome extension for quick notes and calculations in the new tab
Co je Note Tab?
Note Tab je rozšíření Chrome vyvinuté Yuriy Romadin, a jeho hlavní funkcí je „Chrome extension for quick notes and calculations in the new tab“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Note Tab
Stáhněte si soubory rozšíření Note Tab 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í
Your new tab page will be divided into two blocks: on the left, you have text/code editor for your quick notes or code snippets, on the right side you have "smart" calculator notepad, where you can perform basic math operations.
Základní Informace o Rozšíření
Název | Note Tab |
ID | gefmkkebioafinkcmbdpncgnndifcbea |
Oficiální URL | https://chromewebstore.google.com/detail/note-tab/gefmkkebioafinkcmbdpncgnndifcbea |
Popis | Chrome extension for quick notes and calculations in the new tab |
Velikost souboru | 2.25 MB |
Počet instalací | 59 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2019-03-08 |
Datum Vydání | 2019-03-08 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Yuriy Romadin |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/yuriyromadin/notetab |
URL Stránky Nápovědy | https://github.com/yuriyromadin/notetab |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Tab", "version": "1.0.1", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "description": "Chrome extension for quick notes and calculations in the new tab", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "background": { "scripts": [ "static\/app.background.js" ] }, "browser_action": { "default_icon": "static\/icon-16.png" }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" } } |