etwas
Display your virtual desk with sticky notes and other gadgets in new tab.
etwasとは何ですか?
etwasはhttp://etwas-chrome.comによって開発されたChromeの拡張機能で、その主な機能は「Display your virtual desk with sticky notes and other gadgets in new tab.」です。
拡張機能のスクリーンショット
etwas拡張機能のCRXファイルをダウンロード
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" ] } |