xbase — Supercharge your productivity on 𝕏
xbase is the best place for professionals to make the most of their time on 𝕏.
Was ist xbase — Supercharge your productivity on 𝕏?
xbase — Supercharge your productivity on 𝕏 ist eine Chrome-Erweiterung, die von xbase entwickelt wurde, und ihr Hauptmerkmal ist "xbase is the best place for professionals to make the most of their time on 𝕏.".
Erweiterungsscreenshots
xbase — Supercharge your productivity on 𝕏-Erweiterungs-CRX-Datei herunterladen
Laden Sie xbase — Supercharge your productivity on 𝕏-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
FEATURES 1. Instant Bookmark Finder 🔍 2. Twitter Bookmark Manager 📚 3. Take private notes on posts 📝 4. Shortcuts for everything ⌨️ 5. Works offline 📡 If you have any ideas on how to make xbase better, we'd love to hear from you. Please email your suggestions to our team at [email protected].
Grundlegende Informationen zur Erweiterung
Name | xbase — Supercharge your productivity on 𝕏 |
ID | ipldmffgjegnflofelcomladejjllfli |
Offizielle URL | https://chromewebstore.google.com/detail/xbase-%E2%80%94-supercharge-your/ipldmffgjegnflofelcomladejjllfli |
Beschreibung | xbase is the best place for professionals to make the most of their time on 𝕏. |
Dateigröße | 5 MB |
Installationsanzahl | 607 |
Aktuelle Version | 4.6.74 |
Letztes Update | 2024-03-05 |
Veröffentlichungsdatum | 2022-08-11 |
Bewertung | 4.68/5 Insgesamt 22 Bewertungen |
Entwickler | xbase |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://xbase.so |
Hilfeseite URL | https://xbase.so |
URL der Datenschutzrichtlinien-Seite | https://team.getxbase.com/privacy-policy |
Unterstützte Sprachen | en,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xbase \u2014 Supercharge your productivity on \ud835\udd4f", "version": "4.6.74", "manifest_version": 3, "default_locale": "en", "description": "xbase is the best place for professionals to make the most of their time on \ud835\udd4f.", "background": { "service_worker": "sw.js" }, "action": { "default_title": "Open popup" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+S", "mac": "Command+Shift+S" } } }, "homepage_url": "https:\/\/xbase.so", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "index.html", "installed.html", "logo-icon.png", "contentScript.js" ], "matches": [ " |