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" ] } |