Statiks

Get the stats of your favorites networks.

Τι είναι το Statiks;

Το Statiks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://jeremybarbet.com, και η κύρια λειτουργία του είναι "Get the stats of your favorites networks.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Statiks

Λήψη αρχείων επέκτασης Statiks σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Statiks is an easy-to-use chrome extension allowing you to connect several social networks and retrieve your details stats. You can reload your networks and consult for each network how many followers you gained (or lost) through a dynamic graph.

I keep improving, fixing, adding new networks and more stats. Feel free to contribute.

Visit : http://statiks.jeremybarbet.com

Changelog :

v1.4.0
* Fix Instagram API
* Fix Forrst API

v1.3.0
* Order your networks as you like
* Add deviantart integrations

v1.2.3
* Fix a loading error

v1.2.2
* Fix upgrade function

v1.2.1
* Add method to remove stats of a deleted networks
    * It removes followers/following stats from the graph, it didn't add a new point to the graph actually.

v1.2.0
* Add chartnew.js for dynamic graph on total item with differents datas :
    * You can follow the graph of followers and following stats.
    * You can reload your stats, and the graph is update automatically.
    * When the graph is full, and you decide to reload your data, the graph is empty and it begin again.
* Improve scrollbar on Windows OS
* Add a loader when adding a network
* Hover effect on item to show click possibility
* Lot of fixes and improvements for a better stability

v1.1.2
* Fix instagram issue.

v1.1.1
* Add platform detection to avoid some weird issues.

v1.1.0
* New networks integrations : Instagram, Pinterest, Youtube, Forrst and Soundcloud.
* Add networks details, like following, tweets, favorites, photos, and lot more for the differents networks.
* Add back button on header.
* Improve animations and timing effects.
* Fix a lot of bugs and make global improvement.

v1.0.1
* Improve global animations
* Avoid user-select
* Add a fail fallback alert

v1.0.0
* First release.
* Allow you to retrieve your stats from Dribbble, Twitter, Behance, 500px, GitHub, Vimeo.
* Reload your stats and consult how many followers you gained or lost since the last time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Statiks Statiks
ID gofmigncjbpgaopmmlcbipcjnfchdokf
Επίσημο URL https://chrome.google.com/webstore/detail/statiks/gofmigncjbpgaopmmlcbipcjnfchdokf
Περιγραφή Get the stats of your favorites networks.
Μέγεθος Αρχείου 338 KB
Αριθμός Εγκαταστάσεων 105
Τρέχουσα Έκδοση 1.4.0
Τελευταία Ενημέρωση 2015-07-17
Ημερομηνία Δημοσίευσης 2015-07-17
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://jeremybarbet.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://statiks.jeremybarbet.com
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/JeremDsgn/statiks/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Statiks",
    "short_name": "Statiks",
    "version": "1.4.0",
    "description": "Get the stats of your favorites networks.",
    "author": "J\u00e9r\u00e9my Barbet",
    "homepage_url": "http:\/\/statiks.jeremybarbet.com",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Statiks"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}