Responsively Helper

An extension to open current browser page in Responsively app

What is Responsively Helper?

Responsively Helper is a Chrome extension developed by https://responsively.app, and its main feature is "An extension to open current browser page in Responsively app".

Extension Screenshots

screenshot

Download Responsively Helper Extension CRX File

Download Responsively Helper 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

                        This extension gives a handy way to send the current page URL to Responsively App with just click of a button.                    

Extension Basic Information

Name Responsively Helper Responsively Helper
ID jhphiidjkooiaollfiknkokgodbaddcj
Official URL https://chromewebstore.google.com/detail/responsively-helper/jhphiidjkooiaollfiknkokgodbaddcj
Description An extension to open current browser page in Responsively app
File Size 146 KB
Installation Count 20,000
Current Version 0.0.2
Last Updated 2020-06-17
Publish Date 2020-06-17
Rating 2.50/5 Total 10 Ratings
Developer https://responsively.app
Email [email protected]
Payment Type free
Extension Website https://responsively.app
Help Page URL https://github.com/manojVivek/responsively-app/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responsively Helper",
    "version": "0.0.2",
    "description": "An extension to open current browser page in Responsively app",
    "homepage_url": "https:\/\/responsively.app",
    "manifest_version": 2,
    "icons": {
        "128": "logo_128.png",
        "48": "logo_48.png",
        "16": "logo_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo_128.png",
        "default_title": "Open page in Responsively app",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}