Gener8 Tabs
Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm.
什麼是Gener8 Tabs?
Gener8 Tabs是由https://gener8ads.com開發的Chrome擴展程式,該擴展的主要功能是“Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm.”。
擴展截圖
下載Gener8 Tabs擴展crx文件
下載Gener8 Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The average person opens 25 tabs every day.
That means:
25 moments to take a second and slow down.
25 chances to take a breath and be mindful.
25 opportunities to be inspired.
Add Gener8 Tabs to your browser to transform every tab you open into a chance to slow down, breathe and be inspired.
We'd love to hear from you, so please drop us a message with what you like or what you'd like us to do differently:
[email protected] 擴展基本資訊
| 名稱 | |
| ID | mmdjkpjlfodmimjjlpniccomookbnhlb |
| 官方網址 | https://chromewebstore.google.com/detail/gener8-tabs/mmdjkpjlfodmimjjlpniccomookbnhlb |
| 簡介 | Gener8 transforms your "new tab" page to display breathtaking imagery to provide you with a moment of peace and calm. |
| 檔案大小 | 55.13 KB |
| 安裝次數 | 10,000 |
| 目前版本 | 2.4.0 |
| 更新時間 | 2021-07-01 |
| 上架時間 | 2020-06-18 |
| 評分 | 3.98/5 共 52 次評分 |
| 開發者 | https://gener8ads.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://gener8ads.com/ |
| 說明頁面URL | https://help.gener8ads.com/ |
| 隱私政策頁面URL | https://gener8ads.com/privacy |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.4.0",
"short_name": "Gener8 Tabs",
"name": "Gener8 Tabs",
"description": "Gener8 transforms your \"new tab\" page to display breathtaking imagery to provide you with a moment of peace and calm.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"minimum_chrome_version": "46",
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/gener8tabs.com https:\/\/gener8ads.com; object-src 'self'",
"icons": {
"16": "icons\/logo-16.png",
"48": "icons\/logo-48.png",
"128": "icons\/logo-128.png"
},
"permissions": [
"cookies",
"https:\/\/*.gener8ads.com\/*"
]
} | |