Destiny LoreBot
Display Grimoire and other related information in the browser while playing Destiny the Game
Destiny LoreBot란 무엇입니까?
Destiny LoreBot은(는) unisys12에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display Grimoire and other related information in the browser while playing Destiny the Game"입니다.
확장 프로그램 스크린샷
Destiny LoreBot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome Extension that can be used while either playing Destiny the Game yourself or watching your favorite streamer. Simply enter their gamertag (not streamer tag) and when you/they enter an activity or location, the Grimoire for that activity or location will be displayed in your browser. Also, with the permission of http://www.isthar-collective.net , I have tied into their API as well to display any Categories that they have tied to events and locations. Please feel free to reach out to me if you have any questions or suggestions for this extension. Also, a huge thanks goes out to the whole Destiny Lore Community. Without them, their open hearts and minds - I would've never been inspired to start this project. So thank you all!
확장 프로그램 기본 정보
이름 | Destiny LoreBot |
ID | npbadlpejkgagoninknhbdikblhekcdm |
공식 URL | https://chromewebstore.google.com/detail/destiny-lorebot/npbadlpejkgagoninknhbdikblhekcdm |
설명 | Display Grimoire and other related information in the browser while playing Destiny the Game |
파일 크기 | 849 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2017-04-22 |
출시 날짜 | 2017-04-22 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | unisys12 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/unisys12/LoreBotExt |
도움말 페이지 URL | https://github.com/unisys12/LoreBotExt/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Destiny LoreBot", "short_name": "Destiny LoreBot", "version": "1.0.3", "author": "Phillip Jackson: [email protected]", "manifest_version": 2, "description": "Display Grimoire and other related information in the browser while playing Destiny the Game", "icons": { "16": "assets\/images\/favicon-16.png", "128": "assets\/images\/favicon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js https:\/\/bungie.net\/* https:\/\/api.mlab.com\/*; object-src 'self'", "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.bungie.net\/*", "*:\/\/*.ishtar-collective.net\/*" ], "browser_action": { "default_icon": { "19": "assets\/images\/favicon-16.png", "38": "assets\/images\/favicon-32.png" }, "default_title": "Destiny LoreBot", "browser_style": true }, "options_page": "index.html" } |