Fetching Browser History Search

Supercharge your Chrome history. Fetching is your personal Google for all the web pages you've seen.

Τι είναι το Fetching Browser History Search;

Το Fetching Browser History Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fetching.io, και η κύρια λειτουργία του είναι "Supercharge your Chrome history. Fetching is your personal Google for all the web pages you've seen.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fetching Browser History Search

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

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

                        Fetching is a new kind of bookmarking app and history search. It keeps track of all the web pages you visit so you can easily re-find them later. It's like your own personal Google -- a search engine for all the webpages you've seen. Also available as a native OS X application.

Learn more at http://fetching.io

Saves Everything
--------------------
Fetching saves the full content of the web pages you visit exactly as you see them so you can search on what you remember -- not on what happens to be public. View your cached page copies at any time.

Powerful Search
--------------------
Sophisticated search ensures you always find what you're looking for, even if you only remember a few keywords. Natural language processing ensures you get results even when you can't be precise.

Sophisticated Filters
-----------------------
Slice and dice your data like a samurai. Filter your results by domain, time, body, title, notes and tags.

Automatic
------------
Fetching is fully automatic via a small browser plug-in that runs in the background. Just like your browser history -- only better. You don't need to do anything to keep track of everything.

Complete Privacy Control
-----------------------------
Fetching is fully disabled in private and incognito modes and the extension can be turned off at any time. Rich filtering by domain and regular expression lets you blacklist any site.

Tags and Notes  New
------------------------
Tag like a pro including auto-complete and keep notes on important sites. Easily search and filter on both.

Quick and Simple UI
-----------------------
Fetching uses reactive technology, responding immediately as you search and add content. A clean user interface gets you quickly to your goal then gets out of the way.

Bookmarks
-------------
Just like mom used to make. You can bookmark / favorite any site directly from your browser without leaving the page you're reading. Easily filter and search your saved sites later.                    

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

Όνομα Fetching Browser History Search Fetching Browser History Search
ID nhogooppmliljkaickdcmdnmaheaicmg
Επίσημο URL https://chromewebstore.google.com/detail/fetching-browser-history/nhogooppmliljkaickdcmdnmaheaicmg
Περιγραφή Supercharge your Chrome history. Fetching is your personal Google for all the web pages you've seen.
Μέγεθος Αρχείου 722 KB
Αριθμός Εγκαταστάσεων 748
Τρέχουσα Έκδοση 2.4.0
Τελευταία Ενημέρωση 2016-01-30
Ημερομηνία Δημοσίευσης 2016-01-30
Αξιολόγηση 3.87/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://fetching.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://fetching.io
Διεύθυνση URL της Σελίδας Βοήθειας https://fetching.uservoice.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fetching Browser History Search",
    "short_name": "Fetching.io",
    "version": "2.4.0",
    "manifest_version": 2,
    "description": "Supercharge your Chrome history. Fetching is your personal Google for all the web pages you've seen.",
    "homepage_url": "http:\/\/fetching.io",
    "default_locale": "en",
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": true
    },
    "options_page": "app\/options.html",
    "page_action": {
        "default_icon": {
            "19": "icons\/star-full-19.png",
            "38": "icons\/star-full-38.png"
        },
        "default_title": "Bookmark",
        "default_popup": "app\/popup.html"
    },
    "omnibox": {
        "keyword": "f"
    },
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.fetching.io\/*",
            "*:\/\/local.fetching.io\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/inject.js"
            ],
            "css": [
                "app\/related\/google.css"
            ]
        }
    ]
}