Form Data Copy-Paster

This extension helps to save and restore form data

What is Form Data Copy-Paster?

Form Data Copy-Paster is a Chrome extension developed by P*R*, and its main feature is "This extension helps to save and restore form data".

Extension Screenshots

screenshot
screenshot
screenshot

Download Form Data Copy-Paster Extension CRX File

Download Form Data Copy-Paster 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

                                            

Extension Basic Information

Name Form Data Copy-Paster Form Data Copy-Paster
ID ijibkpajenfeeckdammdcfbjgcdmhehp
Official URL https://chrome.google.com/webstore/detail/form-data-copy-paster/ijibkpajenfeeckdammdcfbjgcdmhehp
Description This extension helps to save and restore form data
File Size 347 KB
Installation Count 687
Current Version 0.0.0.28
Last Updated 2015-09-01
Publish Date 2015-09-01
Rating 2.33/5 Total 3 Ratings
Developer P*R*
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Form Data Copy-Paster",
    "description": "This extension helps to save and restore form data",
    "version": "0.0.0.28",
    "manifest_version": 2,
    "icons": {
        "128": "content\/images\/copy-paste-128.png"
    },
    "browser_action": {
        "default_icon": "content\/images\/icon-19.png",
        "default_popup": "App\/popup\/popup.html",
        "default_title": "Save\/Restore Page Data"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content.js"
            ]
        }
    ],
    "background": {
        "page": "app\/background\/background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}