Buxenger

Bookmark manager/task browser for GPT websites

What is Buxenger?

Buxenger is a Chrome extension developed by https://www.buxenger.com, and its main feature is "Bookmark manager/task browser for GPT websites".

Extension Screenshots

screenshot
screenshot

Download Buxenger Extension CRX File

Download Buxenger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Buxenger Buxenger
ID kjfjdocojijlledbaanbhpcnkoimghal
Official URL https://chromewebstore.google.com/detail/buxenger/kjfjdocojijlledbaanbhpcnkoimghal
Description Bookmark manager/task browser for GPT websites
File Size 116 KB
Installation Count 2,068
Current Version 4.2.1.3
Last Updated 2020-09-28
Publish Date 2020-05-21
Rating 3.94/5 Total 96 Ratings
Developer https://www.buxenger.com
Email [email protected]
Payment Type free
Extension Website https://www.buxenger.com
Help Page URL https://www.buxenger.com/faq
Privacy Policy Page URL https://www.buxenger.com/privacy
Supported Languages 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"
}