Faster Browsing

Faster Browsing on Chrome

Τι είναι το Faster Browsing;

Το Faster Browsing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Faster Browsing on Chrome".

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

screenshot

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

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

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

                        In your browsing session, opening many tabs is quite common but going back to one opened is quite slow and irritating. You have to either look up each opened tab to check or search through your browser history. And the worst thing is the huge memory these opened tabs take which mostly leads to crashes. Well this extension then comes to your rescue.

Just press Alt+2 to close and save the current tab (You can press Alt+1 if you don't want to close the tab) and the next time you require that tab, press Alt+3, type a keyword for that tab (Like "Football Article") and press Enter. This takes at max three seconds to switch between tabs, even when the number of tabs saved are in hundreds. To clear the current session of tabs, press Alt+4. Use Alt+3 to open and close pop-up. Check out the awesome UI in the images. I hope you like it.

Cheers                    

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

Όνομα Faster Browsing Faster Browsing
ID nhjpidcaofjfenienakefihbddijonoh
Επίσημο URL https://chromewebstore.google.com/detail/faster-browsing/nhjpidcaofjfenienakefihbddijonoh
Περιγραφή Faster Browsing on Chrome
Μέγεθος Αρχείου 159 KB
Αριθμός Εγκαταστάσεων 1,346
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-09-05
Ημερομηνία Δημοσίευσης 2016-09-05
Αξιολόγηση 3.88/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "Faster Browsing",
    "manifest_version": 2,
    "description": "Faster Browsing on Chrome",
    "browser_action": {
        "default_title": "Faster Browsing",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "commands": {
        "Add Tab": {
            "suggested_key": {
                "default": "Alt+2"
            },
            "description": "Add and closetab to local storage"
        },
        "Save Tab": {
            "suggested_key": {
                "default": "Alt+1"
            },
            "description": "Add tab to local storage"
        },
        "Clear Urls": {
            "suggested_key": {
                "default": "Alt+4"
            },
            "description": "Clear urls from local storage"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+3"
            }
        }
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "https:\/\/github.com\/*",
        "",
        "activeTab"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}