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)はkamyknによって開発されたChromeの拡張機能で、その主な機能は「Quick and fuzzy search for history, bookmarks and tabs (powered by WebAssembly).」です。
拡張機能のスクリーンショット
Lightning (History, bookmark and tab search)拡張機能のCRXファイルをダウンロード
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) |
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 |
Eメール | [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" } |