Buxenger
Bookmark manager/task browser for GPT websites
Wat is Buxenger?
Buxenger is een Chrome-extensie ontwikkeld door https://www.buxenger.com, en de belangrijkste functie is "Bookmark manager/task browser for GPT websites".
Extensie Screenshots
Download het CRX-bestand van de extensie Buxenger
Download Buxenger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kjfjdocojijlledbaanbhpcnkoimghal |
| Officiële URL | https://chromewebstore.google.com/detail/buxenger/kjfjdocojijlledbaanbhpcnkoimghal |
| Beschrijving | Bookmark manager/task browser for GPT websites |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 2,068 |
| Huidige Versie | 4.2.1.3 |
| Laatst Bijgewerkt | 2020-09-28 |
| Publicatiedatum | 2020-05-21 |
| Beoordeling | 3.94/5 Totaal 96 Beoordelingen |
| Ontwikkelaar | https://www.buxenger.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.buxenger.com |
| Help Pagina-URL | https://www.buxenger.com/faq |
| URL van de Privacybeleid Pagina | https://www.buxenger.com/privacy |
| Ondersteunde Talen | 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"
} | |