Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "select box search",
"version": "0.1",
"manifest_version": 2,
"description": "\u30da\u30fc\u30b8\u5185\u306e\u30bb\u30ec\u30af\u30c8\u30dc\u30c3\u30af\u30b9\u3092\u691c\u7d22\u53ef\u80fd\u306b\u3059\u308b",
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
}
}