Skip to content

Commit

Permalink
feat: update chrome extensions (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: Noelia <noeliadonato@gmail.com>
  • Loading branch information
EduWTR and nsdonato authored Mar 25, 2024
1 parent dceff46 commit f54de62
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 13 deletions.
49 changes: 36 additions & 13 deletions db/extensions/chrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ const chrome: DocPage = {
description: [
'Extensiones para que tu día a día con Google Chrome, sea más productivo.',
],
contributors: [{ github_username: 'nsdonato' }],
contributors: [
{ github_username: 'nsdonato' },
{ github_username: 'eduWTR' },
],
pageItems: [
{
imgPlaceholder: 'Dark Reader',
titleCard: 'Modo oscuro para cualquier página web',
links: [{ type: LinkType.Web, url: 'https://darkreader.org/' }],
cover: {
src: '',
height: 80,
width: 80,
src: '/extensions/chrome/darkreader-logo.png',
height: 60,
width: 60,
},
videos: [],
},
Expand All @@ -29,9 +32,9 @@ const chrome: DocPage = {
},
],
cover: {
src: '',
height: 80,
width: 80,
src: '/extensions/chrome/grammarly.no-invert.svg',
height: 90,
width: 160,
},
videos: [],
},
Expand All @@ -45,9 +48,9 @@ const chrome: DocPage = {
},
],
cover: {
src: '',
height: 80,
width: 80,
src: '/extensions/chrome/json-viewer-pro-logo.png',
height: 70,
width: 70,
},
videos: [],
},
Expand All @@ -61,9 +64,29 @@ const chrome: DocPage = {
},
],
cover: {
src: '',
height: 80,
width: 80,
src: '/extensions/chrome/react-developer-tools-logo.png',
height: 60,
width: 60,
},
videos: [],
},
{
imgPlaceholder: 'Wappalyzer',
titleCard: 'Tool favorita de los bisagritas tech',
links: [
{
type: LinkType.Web,
url: 'https://www.wappalyzer.com/',
},
{
type: LinkType.Store,
url: 'https://chromewebstore.google.com/detail/wappalyzer-technology-pro/gppongmhjkpfnbhagpmjfkannfbllamg',
},
],
cover: {
src: '/extensions/chrome/wappalyzer-logo.png',
height: 70,
width: 70,
},
videos: [],
},
Expand Down
Binary file added public/extensions/chrome/darkreader-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions public/extensions/chrome/grammarly.no-invert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/extensions/chrome/json-viewer-pro-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/extensions/chrome/wappalyzer-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f54de62

Please sign in to comment.