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

Deleted tabs permission from manifest.json #4

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 2 commits into from
Oct 30, 2020
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# openBD情報チェッカー(Google Chrome拡張機能) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ttsukagoshi/chrome-ext_openBD-checker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ttsukagoshi/chrome-ext_openBD-checker/context:javascript)
# openBD情報チェッカー(Google Chrome拡張機能)
![Chrome Web Store](https://img.shields.io/chrome-web-store/v/jmbcpombnleepfponcjibgeohkfcocgg) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/ttsukagoshi/chrome-ext_openBD-checker.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ttsukagoshi/chrome-ext_openBD-checker/context:javascript)
ウェブブラウザ(Chrome)内で選択したISBNコードに基づいて、コンテクストメニュー(右クリックメニュー)から[openBD](https://openbd.jp/)に登録されている情報を参照できるようにする拡張機能。

## インストール
Expand Down
3 changes: 1 addition & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "openBD情報チェッカー",
"version": "1.2.2",
"version": "1.2.3",
"description": "openBDに登録されている書誌・書影情報を、コンテクストメニューからISBNで検索・参照する。",
"permissions": [
"contextMenus",
"tabs",
"storage",
"https://api.openbd.jp/"
],
Expand Down