Tracky

Allow time tracking from the browser with syncing ability thanks to chrome sync storage

Qu'est-ce que Tracky ?

Tracky est une extension Chrome développée par Unknown, et sa fonction principale est "Allow time tracking from the browser with syncing ability thanks to chrome sync storage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tracky

Téléchargez les fichiers d'extension Tracky 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 is a little extension to track my time, if you are interested by this extension and want to add features feel free to edit the code ^^ 
https://github.com/Grafikart/tracky                    

Informations de Base sur l'Extension

Nom Tracky Tracky
ID nopncmbjiejagfhpkcbdikogbjcjhhll
URL Officiel https://chromewebstore.google.com/detail/tracky/nopncmbjiejagfhpkcbdikogbjcjhhll
Description Allow time tracking from the browser with syncing ability thanks to chrome sync storage
Taille du Fichier 155 KB
Nombre d'Installations 45
Version Actuelle 0.1.7
Dernière Mise à Jour 2014-10-16
Date de Publication 2014-10-16
Évaluation 4.67/5 Total 9 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/Grafikart/tracky
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tracky",
    "description": "Allow time tracking from the browser with syncing ability thanks to chrome sync storage",
    "version": "0.1.7",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "name": "Click to open the timer",
        "default_title": "Open Timer",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}