URL Keeper

URL Keeper

Save links to websites. This is an easy way to remember the links. There are three buttons on the popup: - SAVE INPUT: Through…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "URL Keeper",
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "permissions": [
    "tabs"
  ]
}