这是indexloc提供的服务,不要输入任何密码
Skip to content

Add README content to coordinate with website #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
VALIDATE_HTML: true
VALIDATE_JAVASCRIPT_ES: true
VALIDATE_JSON: true
VALIDATE_MARKDOWN: true
# VALIDATE_MARKDOWN: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2020 Taro TSUKAGOSHI
Copyright 2021 Taro TSUKAGOSHI

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@
![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jmbcpombnleepfponcjibgeohkfcocgg) [![GitHub Super-Linter](https://github.com/ttsukagoshi/chrome-ext_openBD-checker/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) [![Total alerts](https://img.shields.io/lgtm/alerts/g/ttsukagoshi/chrome-ext_openBD-checker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ttsukagoshi/chrome-ext_openBD-checker/alerts/)
ウェブブラウザ(Chrome)内で選択したISBNコードに基づいて、コンテクストメニュー(右クリックメニュー)から[openBD](https://openbd.jp/)に登録されている情報を参照できるようにする拡張機能。

<blockquote>
openBD is a project based in Japan to make cover images and book data openly available to anyone who loves books. This extension uses its API to refer to the data. Please note that the API, and consequently this extension, is available only in the Japanese language.
</blockquote>

![右クリックメニューで表示されたこの拡張機能のスクリーンショット](https://ttsukagoshi.github.io/scriptable-assets/assets/images/openBD-checker/screenshot_openBD_1.jpg)

## インストール
[Chromeウェブストア「openBD情報チェッカー」](https://chrome.google.com/webstore/detail/openbd%E6%83%85%E5%A0%B1%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/jmbcpombnleepfponcjibgeohkfcocgg?hl=ja)からインストール(Chromeユーザ限定)

## 使用(設定不要。インストール後、すぐに使用可能)
## 使い方
ブラウザ上でISBNを選択し、右クリック→「openBDを検索する(ISBN)」を選択すると、新しいタブで当該書籍のopenBD上での情報が表示される。
- ハイフン(-)が入ったISBN文字列でも検索可能。
- 旧ISBNでも検索可能(openBD APIの仕様)
- 旧ISBN(ISBN-10)でも検索可能(openBD APIの仕様)

![openBDの情報が表示された新しいタブのスクリーンショット例](https://ttsukagoshi.github.io/scriptable-assets/assets/images/openBD-checker/screenshot_openBD_2.jpg)

## 利用規約
この拡張機能を利用するためには、[利用規約](https://ttsukagoshi.github.io/scriptable-assets/terms-and-conditions/) 及び[openBD API利用規約](https://openbd.jp/terms/)に同意する必要があります。

## アイコンについて
Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Taro TSUKAGOSHI
// Copyright 2021 Taro TSUKAGOSHI
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down