Proto Tab
Proto Tab - Take your browser up a notch
Proto Tabคืออะไร?
Proto Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://proto-tab.com และคุณลักษณะหลักของมันคือ "Proto Tab - Take your browser up a notch"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Proto Tab
ดาวน์โหลดไฟล์ส่วนขยาย Proto Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Proto Tab is a quick and easy chrome New Tab replacement. It's simple and provides you with an elegant interface with added links to get you to where you need to be on the web faster. Features - Beautiful Background - Quick links to your favourite social media site - A custom/new web search experience allowing you to search the web right from your new tab By clicking "Add to chrome", I accept and agree to installing the Proto Tab Chrome extension and setting Chrome™ New Tab and Default Search to that provided by the service and the Privacy Policy https://proto-tab.com/privacy-policy/ and Terms of Use https://proto-tab.com/terms-and-conditions/. Links: Terms of Use: https://proto-tab.com/terms-and-conditions/ Privacy Policy: https://proto-tab.com/privacy-policy/ Oxygen Media Group 20 Maxwell Road #09-17 Maxwell House Singapore 069113 [email protected] +65 6408 9930
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | finhncjfgdfacdlmmljekkliihlmokia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/proto-tab/finhncjfgdfacdlmmljekkliihlmokia |
คำอธิบาย | Proto Tab - Take your browser up a notch |
ขนาดไฟล์ | 346 KB |
จำนวนการติดตั้ง | 50,000 |
เวอร์ชันปัจจุบัน | 0.0.0.6 |
อัปเดตครั้งล่าสุด | 2021-06-09 |
วันที่เผยแพร่ | 2020-06-26 |
คะแนน | 4.77/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | http://proto-tab.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://proto-tab.com/privacy-policy/ |
URL หน้านโยบายความเป็นส่วนตัว | https://proto-tab.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proto Tab", "short_name": "Proto Tab", "version": "0.0.0.6", "description": "Proto Tab - Take your browser up a notch", "homepage_url": "http:\/\/proto-tab.com\/", "chrome_url_overrides": { "newtab": "html\/index.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Proto", "keyword": "Keyword", "search_url": "https:\/\/proto-search.com\/search?q={searchTerms}", "favicon_url": "https:\/\/proto-tab.com\/wp-content\/uploads\/2021\/06\/proto-favicon.ico", "encoding": "UTF-8", "is_default": true } }, "permissions": [], "browser_action": { "default_title": "New Tab - Proto Tab", "default_icon": "icons\/proto-tab.jpg" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/api.bing.com https:\/\/cdn.jsdelivr.net https:\/\/ff.search.yahoo.com https:\/\/cdnjs.cloudflare.com https:\/\/chrome.google.com https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com https:\/\/ibrowsersearch.com; object-src 'self'", "icons": { "128": "icons\/proto-tab-128x128.jpg" } } |