Confluence Hover

Preview Confluence pages by hovering over page links!

What is Confluence Hover?

Confluence Hover is a Chrome extension developed by minahsamy, and its main feature is "Preview Confluence pages by hovering over page links!".

Extension Screenshots

screenshot

Download Confluence Hover Extension CRX File

Download Confluence Hover 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

                        Hover over Confluence page links and see a live preview of the page. 

Now works with both Server and Cloud!                    

Extension Basic Information

Name Confluence Hover Confluence Hover
ID njlhhfmbglfnldmnaeecmogfiiphfmpa
Official URL https://chrome.google.com/webstore/detail/njlhhfmbglfnldmnaeecmogfiiphfmpa
Description Preview Confluence pages by hovering over page links!
File Size 859 KB
Installation Count 213
Current Version 1.4
Last Updated 2019-03-28
Publish Date 2019-03-28
Rating 3.38/5 Total 8 Ratings
Developer minahsamy
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Confluence Hover",
    "description": "Preview Confluence pages by hovering over page links!",
    "version": "1.4",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/arrive.min.js",
                "js\/app.js"
            ],
            "css": [
                "css\/app.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}