Giter Club home page Giter Club logo

strong-search's Introduction

strong search

🚀 使您的网页搜索效率提高300% ⚡️

强悍搜索 (Strong Search)

  • 一个人性化、快速选择文字多引擎搜索工具;
  • 支持划词搜索、菜单分组、快速复制。
  • 支持浏览器多设备同步配置;
  • 默认保存多种常用搜索引擎,支持自定义,快速拖拽排序;
  • 可导出、导入配置文件。

框选即触发,呼之即来挥之即去

框选即触发,呼之即来挥之即去

引擎自定义

引擎自定义

导入、导出配置

支持手动备份、分享配置文件

支持多设备同步

支持多设备同步

代码运行方法

使用工具:Vue 3 + Quasar BEX + Material Icons

确保您的机器上已经安装了 Node >=12.22.1 和 NPM >=6.13.4。

安装的依赖

yarn

启动应用程序

quasar dev

构建生产应用

quasar build

自定义配置

See Configuring quasar.conf.js.

Quasar BEX v2.0.0 遇到的 bug

  1. 编译后 index.html 未拷贝到 www 目录,需手动移动到 www 目录,也可以参考下面解决方案

    https://stackoverflow.com/questions/68606159/how-to-solve-error-firefox-can-t-find-the-file-at-moz-extension-when

  2. 浏览器插件的 manifest.json 文件规定 background 参数值必须 pagescripts;但 Quasar BEX 不支持 page,必须使用 scripts,因为还需要编译 background 指定的 scripts; 如果想使用 page,编译后再手动配置。

    "background": {
     "page": "background.html",    // page scripts 二选一
     "scripts": [
       "www/bex-background.js",    // 编译后是 www/js/bex-background.js
       "js/background.js"
     ],
     "persistent": true
     },

strong-search's People

Contributors

w3ctim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.