Slapdash New Tab
Slapdash - the operating system for work
什么是Slapdash New Tab?
Slapdash New Tab是由https://slapdash.com开发的Chrome扩展程序,该扩展的主要功能是“Slapdash - the operating system for work”。
扩展截图
下载Slapdash New Tab扩展crx文件
下载Slapdash New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Slapdash connects all your work applications to give you new superpowers. Launch, search and navigate your apps at the speed of thought. This extension sets Slapdash as your New Tab page in Chrome. The New Tab page acts like a visual HUD to start or continue a productive stream of work.
扩展基本信息
名称 | Slapdash New Tab |
ID | nmbemmaphfefjpdeolajfdjdnmgmemdd |
官方URL | https://chromewebstore.google.com/detail/slapdash-new-tab/nmbemmaphfefjpdeolajfdjdnmgmemdd |
简介 | Slapdash - the operating system for work |
文件大小 | 5.58 MB |
安装次数 | 419 |
当前版本 | 2.10.179 |
更新时间 | 2022-07-22 |
上架时间 | 2020-08-05 |
评分 | 5.00/5 共4次评分 |
开发者 | https://slapdash.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://slapdash.com/ |
帮助页面URL | https://support.slapdash.com/ |
隐私政策页面URL | https://slapdash.com/legal/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAviZZkbLJLa9yKJsx3TUR8XQMEIyBY34inpHTbSGADtnlgyaRvx2nCY8CMVvL06TV1geXvENYJgohKon+IxVghbHKb3pbHWFUBjeHDfGhd4S8XfniWAt\/M9BPLzQHpBR41Y9Uu6qdrWHyZ5sh7awZoSUwwQdBeE9R5oCa617zzD6lbijlfRZa5Exux6pGbtIhfN9sLzFzlBc5Et6\/fHxQNXvwlJbqRyb4csLej5eVZ5KTSjotqMD0Oyxe8Wg2Lek0NskxY6tXgQVptgxA7EwkplzzIBLI7vyXbh191qN5uQeAL5GRsrjgzb1YTYWC4MfMYgMlnENE6aUwNYS+Ru2SywIDAQAB", "icons": { "512": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "ids": [ "knjkgoighhalckigihppnlnhekplefmd" ], "matches": [ "*:\/\/*.slapdash.com\/*", "*:\/\/*.slapdash.app\/*" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "*:\/\/*.slapdash.com\/*", "*:\/\/*.slapdash.app\/*" ], "content_security_policy": "script-src 'self' 'sha256-GU4WECm50EL6XFhBb6Y9Eid0OOpitgDhP4GoOH21Ndo=' https:\/\/js.stripe.com; object-src 'none'", "name": "Slapdash New Tab", "version": "2.10.179", "description": "Slapdash - the operating system for work", "homepage_url": "https:\/\/slapdash.com\/" } |