Chrome™ Tools

Chrome™ Tools

Chrome Tools has every shortcut you need in your browser. This practical and useful tool gives you instant access to not so obvious…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.3",
  "manifest_version": 2,
  "short_name": "Chrome™ Tools",
  "name": "Chrome™ Tools",
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    "*.json",
    "favicon.ico"
  ],
  "content_security_policy": "default-src 'self'; connect-src 'self' https://www.bing.com https://r.bing.com https://geoip-js.com https://browsertools.co https://ff.search.yahoo.com https://api.openweathermap.org; font-src 'self' https://pro.fontawesome.com https://code.jquery.com https://geoip-js.com data:;  style-src https://www.bing.com https://r.bing.com 'sha256-ZdHxw9eWtnxUb3mk6tBS+gIiVUPE3pGM470keHPDFlE=' 'sha256-64N9R8ufXQVvI8Ix19aiF97C5YyP9E2dqv1wdkZCSEk=' 'self' https://pro.fontawesome.com; img-src 'self' https://openweathermap.org  * data:; script-src https://ajax.googleapis.com https://api.openweathermap.org https://browsertools.co https://apis.google.com https://ff.search.yahoo.com https://geoip-js.com https://code.jquery.com https://www.bing.com https://r.bing.com 'sha256-T4rnHd1tnw0fbOp7IaiU/s5pzWgeE9BsVGDjdroOTVw=' 'sha256-fcl8YL4URBp5poStnv6b45DpYrAr1N5q9aQNSyDuVJM=' 'self';   object-src 'self';"
}