Buxenger
Bookmark manager/task browser for GPT websites
Buxenger란 무엇입니까?
Buxenger은(는) https://www.buxenger.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark manager/task browser for GPT websites"입니다.
확장 프로그램 스크린샷
Buxenger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Buxenger is an extension for www.buxenger.com website. It has 2 main features: 1. Bookmark manager for GPT websites. In addition to standard bookmark features you see current balance, number of refs and available tasks making it a simple dashboard for you to look at to save your precious time when working with GPT sites. 2. Task browser. Buxenger makes it easier to move between all tasks in a "slide-show" mode.
확장 프로그램 기본 정보
이름 | Buxenger |
ID | kjfjdocojijlledbaanbhpcnkoimghal |
공식 URL | https://chromewebstore.google.com/detail/buxenger/kjfjdocojijlledbaanbhpcnkoimghal |
설명 | Bookmark manager/task browser for GPT websites |
파일 크기 | 116 KB |
설치 횟수 | 2,068 |
현재 버전 | 4.2.1.3 |
최근 업데이트 | 2020-09-28 |
출시 날짜 | 2020-05-21 |
평점 | 3.94/5 총 96 개의 평점 |
개발자 | https://www.buxenger.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.buxenger.com |
도움말 페이지 URL | https://www.buxenger.com/faq |
개인정보 보호 정책 페이지 URL | https://www.buxenger.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "buxenger.com", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/logo.19.png", "38": "images\/logo.38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/libs\/jquery-3.3.1.min.js", "scripts\/libs\/jquery-ui.min.js", "scripts\/libs\/jquery.hotkeys.js", "scripts\/appAPI.js", "scripts\/messenger.js", "scripts\/content.1.js" ], "all_frames": true } ], "description": "Bookmark manager\/task browser for GPT websites", "icons": { "16": "images\/logo.16.png", "48": "images\/logo.48.png", "128": "images\/logo.128.png" }, "manifest_version": 2, "name": "Buxenger", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "4.2.1.3" } |