Minimap Scrollbar
A minimap scrollbar for Chrome
What is Minimap Scrollbar?
Minimap Scrollbar is a Chrome extension developed by IAutomation, and its main feature is "A minimap scrollbar for Chrome".
Extension Screenshots
Download Minimap Scrollbar Extension CRX File
Download Minimap Scrollbar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A scrollbar for Chrome somewhat modeled after Sublime Text. CTRL/SHIFT to show SHIFT+wheel to scroll pages
Extension Basic Information
Name | |
ID | oojfafaimefpaieohpoajpbogcaigejp |
Official URL | https://chrome.google.com/webstore/detail/minimap-scrollbar/oojfafaimefpaieohpoajpbogcaigejp |
Description | A minimap scrollbar for Chrome |
File Size | 95.79 KB |
Installation Count | 42 |
Current Version | 1.6 |
Last Updated | 2017-09-18 |
Publish Date | 2017-09-18 |
Rating | 2.33/5 Total 6 Ratings |
Developer | IAutomation |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimap Scrollbar", "version": "1.6", "description": "A minimap scrollbar for Chrome", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "content.css" ], "js": [ "prep.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "debugger", "activeTab", "tabs", " |