Skip to content

Commit

Permalink
Update and rename extension_info.js to Fetch Extension Info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 7, 2024
1 parent 59ddc30 commit 3fa7cd1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
code
```js
chrome.management.getAll(function(extensions) {
var extensionInfo = extensions.map(function(ext) {
return {
Expand Down Expand Up @@ -29,3 +31,4 @@ chrome.management.getAll(function(extensions) {

console.log(extensionInfo);
});
```

0 comments on commit 3fa7cd1

Please sign in to comment.