etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
Co je etwas?
etwas je rozšíření Chrome vyvinuté http://etwas-chrome.com, a jeho hlavní funkcí je „Display your virtual desk with sticky notes and other gadgets in new tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření etwas
Stáhněte si soubory rozšíření etwas 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í
Etwas, meaning "something" in German, is a well-designed, fine-tuned productivity extension that replaces your dull plain new tab with interactive sticky notes, clock, modern art paint, some adorable plants and more. "New Tab", which you see even more often than your desktop, becomes the best place to remind you with unmissable sticky notes. More gadgets are on the way to you.
Základní Informace o Rozšíření
Název | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
Oficiální URL | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Popis | Display your virtual desk with sticky notes and other gadgets in new tab. |
Velikost souboru | 4.82 MB |
Počet instalací | 46 |
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ář | http://etwas-chrome.com |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "etwas", "description": "Display your virtual desk with sticky notes and other gadgets in new tab.", "version": "1.0.1", "icons": { "128": "src\/icon_128.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "src\/icon_32.png", "default_title": "etwas" }, "permissions": [ "activeTab", "storage", "geolocation" ] } |