etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
What is etwas?
etwas is a Chrome extension developed by http://etwas-chrome.com, and its main feature is "Display your virtual desk with sticky notes and other gadgets in new tab.".
Extension Screenshots
Download etwas Extension CRX File
Download etwas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
Official URL | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Description | Display your virtual desk with sticky notes and other gadgets in new tab. |
File Size | 4.82 MB |
Installation Count | 46 |
Current Version | 1.0.1 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://etwas-chrome.com |
Payment Type | free |
Supported Languages | 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" ] } |