cottonTracks

The only browser history you will ever want to keep.

Τι είναι το cottonTracks;

Το cottonTracks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cottontracks.com, και η κύρια λειτουργία του είναι "The only browser history you will ever want to keep.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        THE ONLY BROWSER HISTORY YOU WILL EVER WANT TO KEEP

cottonTracks is an automated and curated record of the best content you experience on your web browser. It replaces your history and bookmarks while maintaining a stunning summary of your insights and influences. Navigate as usual and we take care of organizing your favorite content seamlessly.

AN INTELLIGENT RECORD OF YOUR INTERESTS

Our algorithms create collections of interesting articles, videos, images and maps based on how deeply you investigate a particular subject. Search and browse a few pages around the same idea and the app will remember and organize the information automatically.

STOP BOOKMARKING

We believe in an unobtrusive and smart way of defining your own web. The time of searching in an undifferentiated mass of information and collecting references by hand is over. Want to go back to some information previously seen about the topic of a video you are currently playing? Click the C button and access the most relevant stories you have encountered in the past weeks, months or years around this very subject.

SMART QUOTES

Want to remember a specific joke or an impressive number in an article? Highlight it and we will remember it as a quote.

PRIVACY

You should not have to worry about the location of your data, especially the intimate one. Your browser history is never sent to a server and the app entirely runs within your computer. We parse content, not people. You can use cottonTracks without any log in.                    

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

Όνομα cottonTracks cottonTracks
ID flmfagndkngjknjjcoejaihmibcfcjdh
Επίσημο URL https://chromewebstore.google.com/detail/cottontracks/flmfagndkngjknjjcoejaihmibcfcjdh
Περιγραφή The only browser history you will ever want to keep.
Μέγεθος Αρχείου 792 KB
Αριθμός Εγκαταστάσεων 3,338
Τρέχουσα Έκδοση 0.8.7
Τελευταία Ενημέρωση 2017-04-06
Ημερομηνία Δημοσίευσης 2017-04-06
Αξιολόγηση 4.56/5 Συνολικά 142 Αξιολογήσεις
Προγραμματιστής https://cottontracks.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.cottontracks.com
Υποστηριζόμενες Γλώσσες en,fr,ca,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/*",
                "https:\/\/*",
                "https:\/\/www.google.*",
                "https:\/\/maps.google.*",
                "https:\/\/www.youtube.*",
                "https:\/\/vimeo.com\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.google.*\/url",
                "https:\/\/www.google.com\/analytics\/web\/*",
                "https:\/\/www.google.com\/calendar\/*"
            ],
            "js": [
                "lib\/class.js",
                "lib\/jquery-2.0.0.min.js",
                "lib\/jquery.livequery.js",
                "lib\/underscore.min.js",
                "content_scripts0.min.js"
            ],
            "css": []
        }
    ],
    "minimum_chrome_version": "22",
    "name": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "128": "\/media\/images\/manifest\/cotton_tracks_favicon_128.png",
        "48": "\/media\/images\/manifest\/cotton_tracks_favicon_48.png",
        "16": "\/media\/images\/manifest\/cotton_tracks_favicon_16.png"
    },
    "manifest_version": 2,
    "description": "__MSG_extDesc__",
    "homepage_url": "http:\/\/www.cottontracks.com",
    "version": "0.8.7",
    "background": {
        "scripts": [
            "lib\/class.js",
            "lib\/underscore.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "media\/images\/browser_action\/cbutton19.png",
            "38": "media\/images\/browser_action\/cbutton38.png"
        },
        "default_title": "cottonTracks"
    },
    "permissions": [
        "notifications",
        "tabs",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "history"
    ]
}