etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
Co to jest etwas?
etwas to rozszerzenie Chrome opracowane przez http://etwas-chrome.com, a jego główną funkcją jest „Display your virtual desk with sticky notes and other gadgets in new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia etwas
Pobierz pliki rozszerzeń etwas 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
Oficjalny URL | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Opis | Display your virtual desk with sticky notes and other gadgets in new tab. |
Rozmiar pliku | 4.82 MB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://etwas-chrome.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |