選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

manifest.json 292B

1234567891011121314
  1. {
  2. "manifest_version": 2,
  3. "name": "Wordle Extended Share",
  4. "version": "1.0",
  5. "description": "Includes the guesses as well as the colors",
  6. "content_scripts": [
  7. {
  8. "matches": ["*://*.powerlanguage.co.uk/*", "http://localhost/*"],
  9. "js": ["wordle-share.js"]
  10. }
  11. ]
  12. }