Basecamp UI Improvements
This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.
Wat is Basecamp UI Improvements?
Basecamp UI Improvements is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Basecamp UI Improvements
Download Basecamp UI Improvements-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
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
Basisinformatie over de Extensie
Naam | |
ID | fdlabbfioiidmnaohngiogiplknllkef |
Officiële URL | https://chromewebstore.google.com/detail/basecamp-ui-improvements/fdlabbfioiidmnaohngiogiplknllkef |
Beschrijving | This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks. |
Bestandsgrootte | 745 KB |
Aantal Installaties | 62 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2017-04-18 |
Publicatiedatum | 2017-04-18 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://dsgnwrks.pro/tag/basecamp/ |
Ondersteunde Talen | 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\/" ] } |