Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

237
Views
¿Cómo puedo colocar mi extensión de cromo donde desee?

Me gustaría saber si hay una forma de manipular la posición en JavaScript. Como colocar mi interfaz en el lado izquierdo, derecho, superior e inferior de la pantalla en el navegador de Chrome y posiblemente en Firefox.

HTML

 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Promethean Launcher</title> <link rel="stylesheet" href="styles.css"> </head> <body> <div class="template" id="container"> </div> </body> <script src="popoup.js"></script> </html>

CSS

 html{ overflow:hidden; } body { margin:0; padding:0; } img{ -khtml-user-select: none; -o-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; } .template{ width: 355px; height: 100vh; position:absolute; left:calc(100% * 0.74); background-color:rgb(255, 250, 250); box-shadow: -4px 16px 32px -10px rgba(0,0,0,1); -webkit-box-shadow: -4px 16px 32px -10px rgba(0,0,0,1); -moz-box-shadow: -4px 16px 32px -10px rgba(0,0,0,1); }

No hay nada en JavaScript todavía, lo usaré más adelante

about 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!