Apollo Tab

Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it.

Apollo Tabคืออะไร?

Apollo Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://apollotab.com และคุณลักษณะหลักของมันคือ "Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Get your Apollo Tab - Your New tab extension!★

 Enjoy your clean and neat New Tab that will stimulate your productivity daily and help you focus on your tasks.

 Apollo Tab extension will provide you with a lot of customizable options such as:
   - new wallpaper every time you open a new tab to keep your desktop neat and to stimulate your productivity.
   - full-screen mode as a cool screensaver
   - weather, location and time widget
   - there is a small addition - you can customize your desktop. Choose whether you want time widget or not; choose between the wallpapers or shuffle them. 
- You will have a custom search box and every time you make a search you will be enhanced to a new customized search page

★ We help you create your own browsing experience. 
Adjust everything the way you like it and become more productive and focused while working. Or just enjoy at the new look of your working space.

★ If you want to uninstall the Apollo tab extension, all you have to do is right-click extension icon in the toolbar and select the option ‘Remove from Chrome’. You won’t have Apollo Tab anymore, sorry about that...

You might have a question, feedback or if you want to contact us for any reason, please feel free to do so. 

You can use links below to find out more about us, and also to find your contact form. 

Our extension is in a partnership with Adgoal (https://adgoal.de/) 
and contains their Adgoal script meant for link affiliation. We can 
receive a reward for a purchase that happens after a user clicks on 
an affiliate link. You can learn more about the process from Adgoal's 
privacy policy at https://www.adgoal.de/en/privacy.html. The ads 
associated with this partnership do not interfere with any third-party website, 
in-app, or native advertising in any way.

Have a nice time browsing with the Apollo Tab 

★ HOMEPAGE: https://apollotab.com/
★ PRIVACY POLICY: https://apollotab.com/privacy-policy.html
★ EULA: https://apollotab.com/eula.html
★ CONTACT FORM: https://apollotab.com/#contact                    

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

ชื่อ Apollo Tab Apollo Tab
ID kcnienldjfojomphekhgmpjbemoimhfl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/apollo-tab/kcnienldjfojomphekhgmpjbemoimhfl
คำอธิบาย Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it.
ขนาดไฟล์ 6.88 MB
จำนวนการติดตั้ง 90,000
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2021-11-08
วันที่เผยแพร่ 2021-09-01
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://apollotab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apollotab.com/
URL หน้าช่วยเหลือ https://apollotab.com/#contact
URL หน้านโยบายความเป็นส่วนตัว https://apollotab.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apollo Tab",
    "description": "Enjoy your clean and neat New Tab that will stimulate your productivity daily. Customize your desktop the way you like it.",
    "version": "2.0.2",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "short_name": "Apollo Tab",
    "chrome_url_overrides": {
        "newtab": "html\/new_tab_page.html"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js",
            "bg.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*\/*"
    ]
}