Sea Tab

Open a tab, clean the ocean

Sea Tabคืออะไร?

Sea Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย acangle10 และคุณลักษณะหลักของมันคือ "Open a tab, clean the ocean"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        🌊 Clean the ocean by opening browser tabs!

With Sea Tab you can:

- Help rid the ocean of trash 🗑️
- Make a huge difference 😊
- Get a beautiful ocean-themed browser tab  💻
-Track how much waste you've helped eliminate ✔️

With Sea Tab every time you open a new tab you'll see a beautiful ocean-themed new tab page. You can choose between viewing full-page background photos or videos. All of our media is curated to ensure that you'll get new breathtaking pictures and videos every day. If you don't like your background picture you can use our skip button and go to the next one. You get 10 picture and video skips per day. There is also a small noninvasive ad displayed at the bottom of the page. The money generated from the ad will be donated to charities that are dedicated to cleaning the ocean. A to-do list, your bookmarks, and favorite shortcuts are also available. With Sea Tab, you can also easily search with Google, Bing, or DuckDuckGo from our search bar. In the top corner of the page, a counter is shown displaying how much trash you've helped eliminate from the ocean.  You can also customize your browser to show ocean-themed background videos instead of images.  Most of the features of the Sea Tab page are customizable.

Sea Tab is super easy to use. It takes a few moments to install and it's completely free. The best part is you can make a huge difference with Sea Tab. We estimate that our average user can help get rid of around 180 pounds of trash from the ocean every year!

What are you waiting for? Install Sea Tab and start making a meaningful difference.                    

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

ชื่อ Sea Tab Sea Tab
ID bkiiomcjgmhfleealakhcdkgchnfkjib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sea-tab/bkiiomcjgmhfleealakhcdkgchnfkjib
คำอธิบาย Open a tab, clean the ocean
ขนาดไฟล์ 339 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2022-08-08
วันที่เผยแพร่ 2021-11-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา acangle10
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://constructitpro.herokuapp.com/PrivacyPolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sea Tab",
    "description": "Open a tab, clean the ocean",
    "version": "2.1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": ".\/images\/icon48.png"
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    }
}