Parent Folder Firefox

Examine source code of Parent Folder

제작자: xia_sava
Inspect and view changes in Parent Folder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Parent Folder",
  "version": "1.0.4resigned1",
  "description": "Go to the parent folder with Alt-Up or toolbar button.",
  "author": "xia_sava",
  "homepage_url": "https://github.com/xia-sava/parent-folder",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "72": "icons/parent-folder.png"
  },
  "browser_action": {
    "default_icon": {
      "72": "icons/parent-folder.png"
    },
    "browser_style": true
  },
  "commands": {
    "parent-folder": {
      "suggested_key": {
        "default": "Alt+Up"
      },
      "description": "Go to the parent folder"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7db62c5-e42e-4cb7-acaf-5c22cb8bbf55}"
    }
  }
}

최고의 Parent Folder 대안

다음은 Parent Folder과(와) 유사한 Firefox add-on입니다: