Basecamp UI Improvements
This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.
Was ist Basecamp UI Improvements?
Basecamp UI Improvements ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.".
Erweiterungsscreenshots
Basecamp UI Improvements-Erweiterungs-CRX-Datei herunterladen
Laden Sie Basecamp UI Improvements-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
This extension provides improvements to the Basecamp UI by providing: - The ability to toggle lists - Highlight for your tasks - Highlighting for any user's tasks
Grundlegende Informationen zur Erweiterung
Name | |
ID | fdlabbfioiidmnaohngiogiplknllkef |
Offizielle URL | https://chromewebstore.google.com/detail/basecamp-ui-improvements/fdlabbfioiidmnaohngiogiplknllkef |
Beschreibung | This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks. |
Dateigröße | 745 KB |
Installationsanzahl | 62 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2017-04-18 |
Veröffentlichungsdatum | 2017-04-18 |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | http://dsgnwrks.pro/tag/basecamp/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basecamp UI Improvements", "description": "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.", "version": "0.1.2", "content_scripts": [ { "matches": [ "https:\/\/3.basecamp.com\/*" ], "js": [ "jquery-3.1.1.min.js", "basecamp3-ui-improvements.min.js" ] }, { "matches": [ "https:\/\/basecamp.com\/*" ], "js": [ "jquery-3.1.1.min.js", "basecamp-ui-improvements.min.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |