Lightning (History, bookmark and tab search)

Quick and fuzzy search for history, bookmarks and tabs (powered by WebAssembly).

Τι είναι το Lightning (History, bookmark and tab search);

Το Lightning (History, bookmark and tab search) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kamykn, και η κύρια λειτουργία του είναι "Quick and fuzzy search for history, bookmarks and tabs (powered by WebAssembly).".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lightning (History, bookmark and tab search)

Λήψη αρχείων επέκτασης Lightning (History, bookmark and tab search) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        ⚡️ INTRODUCTION
It is a powerful search extension that is best suited for searching from history.
This extension searches for the matches from the input character and displays it in list in descending order of match rate.

⚡️ FEATURE
This extension has the following features:

✔ It is possible to search from history, bookmarks and current opening tabs.
✔ This extension can be searched from what you viewed within a year (and up to the limit of 10000 cases you saw recently).
✔ Keyboard shortcuts are available.
✔ This extension does not store data because they use the history provided by Chrome.

⚡️ GitHub
https://github.com/kamykn/lightning

⚡️ Release notes 
2019-06-12: Security updates                    

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

Όνομα Lightning (History, bookmark and tab search) Lightning (History, bookmark and tab search)
ID peboggmhnafokmnmdhabgogigpnolagj
Επίσημο URL https://chromewebstore.google.com/detail/lightning-history-bookmar/peboggmhnafokmnmdhabgogigpnolagj
Περιγραφή Quick and fuzzy search for history, bookmarks and tabs (powered by WebAssembly).
Μέγεθος Αρχείου 921 KB
Αριθμός Εγκαταστάσεων 136
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2019-06-11
Ημερομηνία Δημοσίευσης 2019-06-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kamykn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightning (History, bookmark and tab search)",
    "short_name": "Lightning",
    "version": "1.0.6",
    "description": "Quick and fuzzy search for history, bookmarks and tabs (powered by WebAssembly).",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "Lightning",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "history",
        "chrome:\/\/favicon\/"
    ],
    "homepage_url": "http:\/\/github.com\/kamykn\/lightning"
}