This extension helps crxMouseGesture to restore sessions and search in google.
**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);
Statistics
Installs
16
history
Category
Rating
0.0 (0 votes)
Last update / version
2022-01-17 / 0.0.1
Listing languages
en