ctrl+F网页搜索查找插件-模仿chrome-find-plugin-js-webpage-search

手写一个简单的 Ctrl+F 查找、搜索插件(类似chrome网页查找工具)
(可在网页右上角 测试搜索插件,体验一下试试)

下面的代码已经模仿的很像了
--搜索结果统计
--上下跳转查找
--不断按enter可往下查找
--shift+enter往回查找

暂缺功能:关键词高亮




  相关主题:
  open source webpage search plugin(like Ctrl+F find view)
  开源网页内搜索/查找插件 (类似Ctrl+F网页内查找功能)
测试
  
测试1234
test
  
测试5678
123
  
456 789
456789
  
测试2
test2
test1234
test1234789
    js 能不能通过代码唤起打开 ctrl+F 查找界面?
    答案是不行
    虽然有过类似的api, 但是算是过期的api的了
    参考
    https://stackoverflow.com/questions/13714127/chrome-extension-how-can-i-show-the-find-bar-and-supply-text-for-it
    https://stackoverflow.com/questions/21455404/how-open-search-window-using-javascript