Buxenger
Bookmark manager/task browser for GPT websites
Cos'è Buxenger?
Buxenger è un'estensione di Chrome sviluppata da https://www.buxenger.com, e la sua funzione principale è "Bookmark manager/task browser for GPT websites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Buxenger
Scarica i file di estensione Buxenger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | kjfjdocojijlledbaanbhpcnkoimghal |
| URL Ufficiale | https://chromewebstore.google.com/detail/buxenger/kjfjdocojijlledbaanbhpcnkoimghal |
| Descrizione | Bookmark manager/task browser for GPT websites |
| Dimensione del File | 116 KB |
| Conteggio Installazioni | 2,068 |
| Versione Corrente | 4.2.1.3 |
| Ultimo Aggiornamento | 2020-09-28 |
| Data di Pubblicazione | 2020-05-21 |
| Valutazione | 3.94/5 Totale 96 Valutazioni |
| Sviluppatore | https://www.buxenger.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.buxenger.com |
| URL della Pagina di Aiuto | https://www.buxenger.com/faq |
| URL della Pagina della Politica sulla Privacy | https://www.buxenger.com/privacy |
| Lingue Supportate | 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"
} | |