Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello, I'm creating a chrome extension application for a term long project. I've gotten code to work as a regular HTML page, but I'm struggling

Hello, I'm creating a chrome extension application for a term long project. I've gotten code to work as a regular HTML page, but I'm struggling to get it to work as a Chrome Extension. Can someone help? Right now it's not adding the list underneath the text input box. Thank you! ---manifest.json--- { "name": "Task Popup Test", "description": "Allows user to enter in tasks to a list", "version": "1.0", "manifest_version": 2, "permissions": ["alarms", "notifications", "storage"], "background": { "scripts": ["background.js"], "persistent": false }, "browser_action": { "default_icon": "to-do.png", "default_title": "Tasks To Do", "default_popup": "popup.html" } }

--------------

---popup.html---

To-Do List

Add

------------

---popup.js---

'use strict';

--------------------

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Power Of Numbers In Health Care A Students Journey In Data Analysis

Authors: Kaiden

1st Edition

8119747887, 978-8119747887

More Books

Students also viewed these Databases questions

Question

10. What is push-down accounting?

Answered: 1 week ago

Question

10-9 How have social technologies changed e-commerce?

Answered: 1 week ago