SwipeHistory
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.
SwipeHistory क्या है?
SwipeHistory Rasmus Johanson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SwipeHistory एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. You need to enable vertical scroll from your touchpad settings, otherwise the extension won't work. The sensitivity depends on myriad of settings, often operating system and touchpad drivers.
एक्सटेंशन की मूल जानकारी
नाम | SwipeHistory |
ID | fhmlogipcjkneapddafhpfldafgbekfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/swipehistory/fhmlogipcjkneapddafhpfldafgbekfo |
विवरण | Emulate macbook/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll. |
फ़ाइल का आकार | 117 KB |
स्थापना संख्या | 256 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-11-18 |
प्रकाशन तिथि | 2020-03-01 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | Rasmus Johanson |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/johanson/SwipeHistory |
सहायता पृष्ठ URL | https://github.com/johanson/SwipeHistory |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SwipeHistory", "version": "1.1", "manifest_version": 2, "description": "Emulate macbook\/chromebook (two finger) touchpad browser history navigation by abusing vertical scroll.", "author": "Rasmus Johanson", "homepage_url": "https:\/\/github.com\/johanson\/", "minimum_chrome_version": "75", "options_ui": { "page": "settings\/settings.html", "chrome_style": true }, "icons": { "128": "assets\/icon_128.png" }, "browser_action": { "default_popup": "settings\/settings.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |