Buxenger
Bookmark manager/task browser for GPT websites
Buxengerคืออะไร?
Buxenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.buxenger.com และคุณลักษณะหลักของมันคือ "Bookmark manager/task browser for GPT websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buxenger
ดาวน์โหลดไฟล์ส่วนขยาย Buxenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |