OneTab
OneTab - Take your browser up a notch
什麼是OneTab?
OneTab是由https://onetab.live開發的Chrome擴展程式,該擴展的主要功能是“OneTab - Take your browser up a notch”。
擴展截圖
下載OneTab擴展crx文件
下載OneTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The OneTab extension consists of only what you need right at your fingertips. Easy access search functionality (powered by Bing and Others) providing relevant results in an instant. OneTab provides an effortlessness users experience, with functional features that will bring fluidity to your browser experience. By clicking "Add to Chrome", I accept and agree to installing the OneTab Chrome extension and setting Chrome™ New Tab, Homepage takeover, and Default Search to that provided by the service and the Terms of Use and Privacy Policy. Terms of Use: https://onetab.live/privacy.html Privacy Policy: https://onetab.live/terms.html
擴展基本資訊
名稱 | |
ID | eekdcibomnakahiiabdfimbnecfalnha |
官方網址 | https://chromewebstore.google.com/detail/onetab/eekdcibomnakahiiabdfimbnecfalnha |
簡介 | OneTab - Take your browser up a notch |
檔案大小 | 35.04 KB |
安裝次數 | 69 |
目前版本 | 1.0 |
更新時間 | 2021-12-08 |
上架時間 | 2021-12-07 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://onetab.live |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://onetab.live |
說明頁面URL | https://onetab.live/contact.html |
隱私政策頁面URL | https://onetab.live/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OneTab", "short_name": "One Tab", "version": "1.0", "description": "OneTab - Take your browser up a notch", "background": { "scripts": [ "background.js" ], "persistent": false }, "homepage_url": "https:\/\/onetab.live\/", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [], "browser_action": { "default_title": "New Tab - OneTab", "default_icon": "icons\/128x128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.bing.com https:\/\/www.googletagmanager.com https:\/\/www.w3.org https:\/\/fonts.googleapis.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/onetab.live; object-src 'self'", "chrome_settings_overrides": { "search_provider": { "name": "OneTab Search", "keyword": "Keyword", "search_url": "https:\/\/onetab.live\/index.php?k={searchTerms}", "favicon_url": "https:\/\/onetab.live\/images\/favicon-16x16.png", "encoding": "UTF-8", "is_default": true } } } |