My Chrome extension doesn’t need an icon – it’s a one-liner extension that doesn’t want to take up space on your extension bar.
How can I hide the icon by default?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t want an icon, you can omit the
browser_actionparameter from yourmanifest.json(thedefault_iconoption is where you usually specify the icon). Thebrowser_actionsection is what controls what you see in the toolbar.