etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
Cos'è etwas?
etwas è un'estensione di Chrome sviluppata da http://etwas-chrome.com, e la sua funzione principale è "Display your virtual desk with sticky notes and other gadgets in new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione etwas
Scarica i file di estensione etwas in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
URL Ufficiale | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Descrizione | Display your virtual desk with sticky notes and other gadgets in new tab. |
Dimensione del File | 4.82 MB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://etwas-chrome.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |