File: popup.html

Recommend this page to a friend!
  Classes of Andras Toth   Automatic Actions Management   popup.html   Download  
File: popup.html
Role: Example script
Content type: text/plain
Description: Example script
Class: Automatic Actions Management
Chrome extension to automate actions on pages
Author: By
Last change: Added files via upload
Date: 2 years ago
Size: 820 bytes
 

Contents

Class file image Download
<!doctype html> <html> <head> <title>AAM</title> <meta charset="UTF-8"> <meta name="mobile-web-app-capable" content="yes"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> <link href="css/style.css" rel="stylesheet" type="text/css"/> </head> <body style="position:relative;"> <h1><img class="red-icon"><span>Automatic Actions Management</span></h1> <button id="enable" class="btn btn-green" style="vertical-align:middle"> <span>AAM is Stopped</span> </button> <button id="settings" class="btn btn-blue" style="vertical-align:middle"> <span>AAM Settings</span> </button> <script src="js/popup.js"></script> </body> </html>