etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
Τι είναι το etwas;
Το etwas είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://etwas-chrome.com, και η κύρια λειτουργία του είναι "Display your virtual desk with sticky notes and other gadgets in new tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης etwas
Λήψη αρχείων επέκτασης etwas σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bnekhncikjgpmploalhcllhkehpbbdjg |
Επίσημο URL | https://chrome.google.com/webstore/detail/etwas/bnekhncikjgpmploalhcllhkehpbbdjg |
Περιγραφή | Display your virtual desk with sticky notes and other gadgets in new tab. |
Μέγεθος Αρχείου | 4.82 MB |
Αριθμός Εγκαταστάσεων | 46 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://etwas-chrome.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } |