AIRDESK New Tab
Desktop style new tab dashboard!
AIRDESK New Tabคืออะไร?
AIRDESK New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://airdesk.co.kr และคุณลักษณะหลักของมันคือ "Desktop style new tab dashboard!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIRDESK New Tab
ดาวน์โหลดไฟล์ส่วนขยาย AIRDESK New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Airdesk changes the 'New Tab' to create its own space in the browser. You can drag and drop all of the elements that you create. Think of it as a personal computer for the Internet. Create an icon to perform the desired action. Airdesk is more powerful and versatile than any other new tab extension. We support nine search engines, current time, weather widgets, notes, and more. 1. Powerful Utilities - 9 search engines - Internet usage statistics - Full data backup - Calendar: Google Calendar Interworking - Email: Google Gmail synchronization - Checklist: Google Tasks Interworking - Routine: management of daily life - View the weather - Browser Alarm - Post-it notes - Nine languages supported - Simple game (Snake & Stack) - Internet usage statistics (premium) 2. Customizing the desktop - Easier and more stylish link icons than your favorites - Checklists that make it easier to do - Day widgets that remember important days - Text documents when writing long sentences - View images when you want to put pictures in - Folders when managing with multiple icons - Supports dozens of fonts - Customizing themes, icon styles, borders, etc. 3. Various background screens - Ultra high definition image - Collection images by category - Solid color, gradation, etc. - Link to web image or image of my computer - Background screen effects and filters (premium) - Moving background screen (premium) [--- Contact Information---] Official homepage:https://www.airdesk.co.kr Email: [email protected] Brunch:https://brunch.co.kr/@skykamja24 Medium:https://medium.com/@sanghunhan Facebook:https://www.facebook.com/sanghun.han.39
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gheeojjcdeaefjjpploghdjpnbhanibe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/airdesk-new-tab/gheeojjcdeaefjjpploghdjpnbhanibe |
คำอธิบาย | Desktop style new tab dashboard! |
ขนาดไฟล์ | 15.71 MB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 7.0.0.0 |
อัปเดตครั้งล่าสุด | 2020-01-06 |
วันที่เผยแพร่ | 2020-01-06 |
คะแนน | 4.70/5 รวมทั้งหมด 123 คะแนน |
ผู้พัฒนา | https://airdesk.co.kr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.airdesk.co.kr |
URL หน้าช่วยเหลือ | https://airdesk.co.kr/v/policy |
URL หน้านโยบายความเป็นส่วนตัว | https://airdesk.co.kr/v/policy |
ภาษาที่รองรับ | de,en,es,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "7.0.0.0", "manifest_version": 2, "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/ssl.google-analytics.com https:\/\/fonts.google.com\/ https:\/\/www.googleapis.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "icon\/icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "topSites", "chrome:\/\/favicon\/", "tabs", "history", "unlimitedStorage", "activeTab", "alarms", "identity", "notifications", "contextMenus", "geolocation" ], "optional_permissions": [ "https:\/\/api.darksky.net\/forecast", "https:\/\/airdesk.co.kr\/" ], "commands": { "close_all": { "suggested_key": { "default": "Alt+W" }, "description": "Close all tabs" } }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "oauth2": { "client_id": "677506670708-ag7nh9rruiocmkii0gd5vbeu4257q6pv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar", "https:\/\/www.googleapis.com\/auth\/tasks", "https:\/\/mail.google.com\/" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2p\/3y8BQOXZLrEjXLI0t\/glaDd4Ft82rKBeqyoFpQEVyuP7D3q6stfNOqBlNaKqfB3tUzfAftjHEaulPRBWDSxsprkss4dNVsg\/xhpEzq9E36SuoIXzRmjLyAlwY9U9xGI5AJiGVt3tRAOJ9a4JqAEFM6MiQxIvbkBui2dd2mB3UVMgWJaSAJ+fpWSjx4Qv9L53975JT4HvuhP7fj6sg1cctEowCb4+jQf2vIU81XVstNSdOye\/06p3a3tRzEPi9pbWkrzfzd3lFu24MDsqp56oCbjEAuTJOH812l+g0bCe7gsxkHuIu5cChcalTosXIDxlmvR39\/Vh9BViBjAfunQIDAQAB" } |