Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Open ISBN란 무엇입니까?
Open ISBN은(는) brettz9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com."입니다.
확장 프로그램 스크린샷
Open ISBN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
확장 프로그램 기본 정보
이름 | Open ISBN |
ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
공식 URL | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
설명 | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
파일 크기 | 45.68 KB |
설치 횟수 | 137 |
현재 버전 | 0.4.0 |
최근 업데이트 | 2023-04-09 |
출시 날짜 | 2018-03-30 |
개발자 | brettz9 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/brettz9/open-isbn |
도움말 페이지 URL | http://github.com/brettz9/open-isbn/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionShortName__", "description": "__MSG_extensionDescription__", "author": "Brett Zamir", "version": "0.4.0", "homepage_url": "https:\/\/github.com\/brettz9\/open-isbn\/", "permissions": [ "contextMenus", "storage", "scripting", "activeTab" ], "background": { "type": "module", "service_worker": "lib\/background.js" }, "options_ui": { "page": "options\/options.html", "browser_style": true, "open_in_tab": false }, "icons": { "128": "icon.png" }, "default_locale": "en", "browser_specific_settings": { "gecko": { "id": "jid0-AUMeALWAI9Z08xdCmXfcfeySIjk@jetpack" } } } |