etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
O que é etwas?
etwas é uma extensão do Chrome desenvolvida por http://etwas-chrome.com, e sua principal característica é "Display your virtual desk with sticky notes and other gadgets in new tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão etwas
Baixe arquivos de extensão etwas no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
URL Oficial | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Descrição | Display your virtual desk with sticky notes and other gadgets in new tab. |
Tamanho do Arquivo | 4.82 MB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://etwas-chrome.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |