2

次のマニフェストがあります

  "page_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "Helper for soiduplaan.tallinn.ee"
  },
  "content_scripts": [
    {
      "matches": [
        "http://soiduplaan.tallinn.ee/*"
      ],

しかし、アクセスしたすべてのページにアプリのアイコンが表示されます。 ここに画像の説明を入力 ここに画像の説明を入力

私は何を間違っていますか?=\

4

1 に答える 1