Basecamp UI Improvements

This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.

Qu'est-ce que Basecamp UI Improvements ?

Basecamp UI Improvements est une extension Chrome développée par Unknown, et sa fonction principale est "This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Basecamp UI Improvements

Téléchargez les fichiers d'extension Basecamp UI Improvements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Basecamp UI Improvements Basecamp UI Improvements
ID fdlabbfioiidmnaohngiogiplknllkef
URL Officiel https://chromewebstore.google.com/detail/basecamp-ui-improvements/fdlabbfioiidmnaohngiogiplknllkef
Description This extension provides improvements to the Basecamp UI by providing the ability to toggle lists and highlight users' tasks.
Taille du Fichier 745 KB
Nombre d'Installations 62
Version Actuelle 0.1.2
Dernière Mise à Jour 2017-04-18
Date de Publication 2017-04-18
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://dsgnwrks.pro/tag/basecamp/
Langues Prises en Charge 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\/"
    ]
}