Data is synced from the Chrome Web Store. View the official store page for the most current information.
How to use Set below command to any gesture you like.
// Command to restore session(Ctrl+Shift+T) is below: chrome.runtime.sendMessage("ljijhgndalfhhhgblbgcnlcebkeinooa", { command: "RESTORE" });
// Command to search in google is below: ((baseURL_bef, searchString, baseURL_aft = "", f_Active = true) => { let searchURL = baseURL_bef + searchString + baseURL_aft; chrome.runtime.sendMessage("ljijhgndalfhhhgblbgcnlcebkeinooa", { command: "SEARCH", baseURL_bef, searchString, baseURL_aft, f_Active, searchURL }); })("https://www.google.com/search?q=", encodeURI(window.getSelection ? window.getSelection() : document.getSelection ? document.getSelection() : ""), "", true);