Online Tools

Online Tools App featuring a todo list, notes, weather, and more.

Online Toolsคืออะไร?

Online Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://onlinetoolsapp.com และคุณลักษณะหลักของมันคือ "Online Tools App featuring a todo list, notes, weather, and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Tools

ดาวน์โหลดไฟล์ส่วนขยาย Online Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get inspired and make your Google Chrome experience better by replacing your new tab page with Online Tools App featuring a todo list, notes, weather, custom web search and more. Track your todos to eliminate daily distractions and write down your notes to increase your productivity. 

Online Tools App's extension is all you need to start browsing with quick access to popular widgets and sites. Customize your background and brighten your day.

• Keep track of important tasks with the todo list
• Write down important notes throughout the day
• Check the current time and weather conditions
• Browse the web and enjoy quick access to your favorite sites
• Customize the dashboard by showing/hiding widgets and changing the background with the settings icon at the bottom-right of your New Tab page.
• New tab web search results go to Yahoo!

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://onlinetoolsapp.com/Privacy.html
EULA: https://onlinetoolsapp.com/Terms.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Online Tools Online Tools
ID kacnpdagcoegckgagadongioklgghili
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/online-tools/kacnpdagcoegckgagadongioklgghili
คำอธิบาย Online Tools App featuring a todo list, notes, weather, and more.
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2021-02-25
วันที่เผยแพร่ 2020-09-23
ผู้พัฒนา http://onlinetoolsapp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onlinetoolsapp.com
URL หน้าช่วยเหลือ https://onlinetoolsapp.com/Contact.html
URL หน้านโยบายความเป็นส่วนตัว https://onlinetoolsapp.com/Privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Online Tools",
    "name": "Online Tools",
    "description": "Online Tools App featuring a todo list, notes, weather, and more. ",
    "version": "1.0.14",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/geoip-js.com\/js\/apis\/geoip2\/v2.1\/geoip2.js https:\/\/js.maxmind.com\/ https:\/\/onlinetoolsapp.com https:\/\/dash.onlinetoolsapp.com https:\/\/sugg.search.yahoo.net 'sha256-lX1TWsttpMhck76Pnkv6nLg9X4iBdqXw+5F4xZHsSgU=' 'sha256-jn4IcmgqXiLEomEPuo7aV9gtZvXlpj+V66vBjGQzNVY='; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "*.json"
    ]
}