Snappy Tab
Snappy Tab is a Chrome Extension for the New Tab
什么是Snappy Tab?
Snappy Tab是由Engler LLC开发的Chrome扩展程序,该扩展的主要功能是“Snappy Tab is a Chrome Extension for the New Tab”。
扩展截图
下载Snappy Tab扩展crx文件
下载Snappy Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Snappy Tab is a Chrome Extension for the New Tab This extension changes your existing new tab page and provides the features below: - Clean Tab Look - Popular useful links - New tab search box providing Bing.com search results. Use the new tab search box to search your desired information, images, videos, and more through Bing search directly from your browser’s new tab. This extension is free to download from the Chrome Web store By installing and using Snappy Tab Tab agree to the Terms of Use and Privacy Policy. Please review our Privacy Policy for details regarding the information we collect when you install and use the extension. You can uninstall the program any time. About: https://snappytab.com/about Terms of Service: https://snappytab.com/terms Privacy Policy: https://snappytab.com/privacy
扩展基本信息
名称 | |
ID | pkdlcnapnadkpfdplhnhblbjiphjcdci |
官方URL | https://chrome.google.com/webstore/detail/snappy-tab/pkdlcnapnadkpfdplhnhblbjiphjcdci |
简介 | Snappy Tab is a Chrome Extension for the New Tab |
文件大小 | 30.38 KB |
安装次数 | 10,000 |
当前版本 | 1.6 |
更新时间 | 2021-04-22 |
上架时间 | 2021-04-12 |
开发者 | Engler LLC |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://snappytab.com/ |
帮助页面URL | http://snappytab.com/faq |
隐私政策页面URL | https://snappytab.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "__MSG_appName__" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "background", "storage" ], "version": "1.6" } |