LLIP

LLIP

View translations of words that are in your LLIP backpack. Save new words by selecting the word and holding Ctrl + Shift + L. Make…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LLIP",
  "manifest_version": 2,
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./highlightWords.js",
        "./index.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage"
  ]
}