copy-abstract-as-iframe

You can copy iframe text for embed Abstract.

What is copy-abstract-as-iframe?

copy-abstract-as-iframe is a Chrome extension developed by hirataakira6, and its main feature is "You can copy iframe text for embed Abstract.".

Extension Screenshots

screenshot

Download copy-abstract-as-iframe Extension CRX File

Download copy-abstract-as-iframe 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

                        You can copy iframe text for embed Abstract.                    

Extension Basic Information

Name copy-abstract-as-iframe copy-abstract-as-iframe
ID jbjkajfamjnbodelakepcbfioogeihbd
Official URL https://chromewebstore.google.com/detail/copy-abstract-as-iframe/jbjkajfamjnbodelakepcbfioogeihbd
Description You can copy iframe text for embed Abstract.
File Size 262 KB
Installation Count 21
Current Version 1.0.5
Last Updated 2020-03-25
Publish Date 2020-03-25
Developer hirataakira6
Email [email protected]
Payment Type free
Extension Website https://github.com/psephopaiktes/copy-abstract-as-iframe
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-abstract-as-iframe",
    "author": "Akira HIRATA",
    "description": "You can copy iframe text for embed Abstract.",
    "version": "1.0.5",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.goabstract.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.abstract.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.goabstract.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.abstract.com\/*"
            ],
            "js": [
                "script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/share.goabstract.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}