Skip to content

A DataService API Chrome extension can help users to accelerate data mining when surfing web contents. It accept request any APIs and allows pushing data by webhook URLs. If you need big data APIs, we recommend Alibaba Cloud DataService: https://ds-cn-shanghai.data.aliyun.com/

License

Notifications You must be signed in to change notification settings

datafe/dataservice-api-chrome-extension

Repository files navigation

logo

数据服务API (DataService API) Chrome Extension

Usage Documents

知乎 掘金 medium

Demo

应用安装 Extension Installation Link

操作影片

image

image

image

image

Table of Contents

Intro

This is a Chrome extension using data service APIs.

Features

Installation

Procedures:

  1. Clone this repository.
  2. Change name and description in package.json => Auto synchronize with manifest
  3. Install pnpm globally: npm install -g pnpm (check your node version >= 16.6, recommended >= 18)
  4. Run pnpm install

And next, depending on the needs:

For Chrome:

  1. Run:
    • Dev: pnpm dev or npm run dev
    • Prod: pnpm build or npm run build
  2. Open in browser - chrome://extensions
  3. Check - Developer mode
  4. Find and Click - Load unpacked extension
  5. Select - dist folder

For Firefox:

  1. Run:
    • Dev: pnpm dev:firefox or npm run dev:firefox
    • Prod: pnpm build:firefox or npm run build:firefox
  2. Open in browser - about:debugging#/runtime/this-firefox
  3. Find and Click - Load Temporary Add-on...
  4. Select - manifest.json from dist folder

Remember in firefox you add plugin in temporary mode, that's mean it's disappear after close browser, you must do it again, on next launch.

Documents

About

A DataService API Chrome extension can help users to accelerate data mining when surfing web contents. It accept request any APIs and allows pushing data by webhook URLs. If you need big data APIs, we recommend Alibaba Cloud DataService: https://ds-cn-shanghai.data.aliyun.com/

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published