タブを整理する
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "すごいタブ整理",
"description": "タブを整理する",
"version": "1.0",
"manifest_version": 3,
"action": {
"default_popup": "index.html"
},
"permissions": [
"tabs"
],
"icons": {
"16": "assets/icon16-b.png",
"48": "assets/icon48-b.png",
"128": "assets/icon128-b.png"
}
}