etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
Vad är etwas?
etwas är en Chrome-tillägg utvecklad av http://etwas-chrome.com, och dess huvudfunktion är "Display your virtual desk with sticky notes and other gadgets in new tab.".
Tilläggsskärmbilder
Ladda ner etwas-förlängningens CRX-fil
Ladda ner etwas-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
Officiell webbadress | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Beskrivning | Display your virtual desk with sticky notes and other gadgets in new tab. |
Filstorlek | 4.82 MB |
Antal Installationer | 46 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2019-03-08 |
Publiceringsdatum | 2019-03-08 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://etwas-chrome.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |