Pin Chrome Extension Icon By Default Programmatically
I created a chrome extension, is it possible to pin it's by default programmatically? with chrome api or with JS I want that when a user downloads the extension it's icon will be p
Solution 1:
Unfortunately (for extension developers), it's not possible to do anymore. All extensions are unpinned by default. Here is an email thread about the topic in the Chromium Extensions mailing list:
https://groups.google.com/a/chromium.org/g/chromium-extensions/c/rOso__zU_sM/m/UTxbb5gnAgAJ?pli=1
Post a Comment for "Pin Chrome Extension Icon By Default Programmatically"