Chrome extension to make the / key find in page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
345 B

{
"name": "slashfind",
"version": "1.0",
"description": "Find in page with the slash key.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": ["tabs"],
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": ["search.css"],
"js": ["search.js"]
}
]
}