GetTabInfo

GetTabInfo

全タブのタイトルとURLを一括取得。HTMLタグ、短縮URL、QRコードも生成可能。テンプレートで自由に出力内容を編集できます。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GetTabInfo",
  "version": "2.0.1",
  "description": "全タブのタイトルとURLを一括取得。HTMLタグ、短縮URL、QRコードも生成可能。テンプレートで自由に出力内容を編集できます。",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_title": "GetTabInfo",
    "default_icon": "assets/icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "clipboardWrite",
    "tabs",
    "https://*/*",
    "http://*/*"
  ]
}