Kselax.ru

Hacker Kselax – the best hacker in the world

Menu
  • Blog
  • Contacts
  • wp plugin generator
  • English
    • Русский
Menu

Tag: chrome-extension

chrome-extensions sclerotic

Posted on 17 March, 201917 March, 2019 by admin

  #How to include the content script and load after all the document is loaded Chrome extension Click the button and fill in the input. There is a run_at parameter of manifest.json that has 3 arguments (Run Time) but it doesn’t work as needed and we have to check manually using an ‘load’ event listener

1
2
3
4
5
window.addEventListener("load", myMain)
 
function myMain (evt) {
  console.log('here we are');
}

…

Read more
chrome extension elements of UI

How to create a chrome extension?

Posted on 5 October, 20185 October, 2018 by admin

Chrome extension is an app that runs inside a chrome browser. The app contains HTML, CSS and JavaScript files.   The structure of the chrome extension There are a such a files: manifest.json – file where we put some data like description, permissions, etc. background.js – file that is constantly run when an extension is…

Read more

Categories

  • bash (1)
  • English (9)
  • JavaScript (4)
  • node.js (22)
  • photoshop (1)
  • php (3)
  • React (9)
  • sclerotic (6)
  • Ubuntu (10)
  • Uncategorized (13)
  • Wordpress (1)

Tags

Ajax apache2 automation bash chrome-extension command line editor ejs email English English-grammar framework functions git graphql handlebars hybrid app installation javascript js linux newbie node.js node.js javascript nodemailer npm objects Performance php phpmyadmin playonlinux promise rabbitmq React react-router redis reverse-proxy session shell socket.io sublime text 3 time zones ubuntu unity webpack

Recent Comments

  • damien on How to install npm and nodejs the latest versions on ubuntu
  • Cam on How to install npm and nodejs the latest versions on ubuntu
  • Pierre on socket.io with apache as a reverse proxy on the CentOS
  • admin on How to use react-router with a few languages
  • admin on How to install npm and nodejs the latest versions on ubuntu
©2021 Kselax.ru Theme by ThemeGiant