WIMK

WIMK

WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "WIMK",
  "description": "WIMK (What Is My Key) retrieves the ID for any item stored on your Google Drive !",
  "version": "2.0.1",
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://code.jquery.com; object-src 'self'",
  "web_accessible_resources": [
    "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
    "https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js",
    "https://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css"
  ],
  "background": {
    "page": "background.html"
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/extLogo.png",
    "default_title": "WIMK"
  },
  "permissions": [
    "tabs",
    "clipboardWrite",
    "background",
    "https://ajax.googleapis.com/",
    "activeTab",
    "*://drive.google.com/*",
    "*://docs.google.com/*",
    "*://script.google.com/*"
  ],
  "default_locale": "en",
  "icons": {
    "16": "icons/extLogo.png",
    "32": "icons/extLogo.png",
    "48": "icons/extLogo.png",
    "128": "icons/extLogo.png"
  }
}