Form Grabber

A simple interface to bulk copy/paste form details.

What is Form Grabber?

Form Grabber is a Chrome extension developed by cimrie, and its main feature is "A simple interface to bulk copy/paste form details.".

Extension Screenshots

screenshot
screenshot

Download Form Grabber Extension CRX File

Download Form Grabber 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

                        Speed up your day by getting rid of tedious copy/paste tasks between websites and web portals. With v2.0 it has been redesigned and recoded from the ground up for compatibility, reliability and ease of use.

Form Grabber is an extension that allows you to 'grab' text or input from a page. Simply click the logo and click the elements on the page you want (helped out by a handy highlighter). Once saving the input as a 'site' by pressing Enter, the user can then navigate to the site they want to paste in and click 'use' in the extension popup screen. From there, clicking each place to insert the data is all that is required.

Features: 
- 'Lock' - Lock an item using the padlock to prevent it from being erased. This means you can store data indefinitely (uses HTML5 local storage).
- Easy to use interface - The extension guides you through the entire process, highlighting what needs to be done, giving feedback on what went right/wrong. One of the best parts of the interface is during pasting, where a message box floats around with your cursor containing the text that will be entered. (Just in case you forget).
- Expanding 'sites' - Click a site in the popup to see what data is stored for that page
- 'Forget all' button - Allowing you to clear all (unlocked) sites and start fresh.
- Multiple copy/paste - You can copy and paste as many elements on the page as you desire using this extension. Even use it as an auto-fill! (we all know they skip form fields sometimes... human input with this extension is the answer to that) 

That's about it really. Simple.

Please Note:
Development on this extension is currently suspended. I cannot promise any more code updates for the extension, but I am now offering it for free so that anyone who finds it useful can use it - It should be fairly stable but I will not guarantee requests for support will be responded to.

With that said, enjoy!

-------------------------------------
Improvements from v1.0.64 -> v2.0.0
-------------------------------------
- Completely redesigned interface for clarity
- More feedback with helpful popup alerts that don't make the page squawk or mutate in unexpected ways
- License check complete overhaul to address bugs users previously reported
- Can now grab/paste repeatedly on the same page
- Does not conflict with any known pages, so feel free to use it on Facebook, Whatsapp Web, anything you want!                    

Extension Basic Information

Name Form Grabber Form Grabber
ID dchkbanpgboppemgcafbdbefnanhimli
Official URL https://chrome.google.com/webstore/detail/form-grabber/dchkbanpgboppemgcafbdbefnanhimli
Description A simple interface to bulk copy/paste form details.
File Size 2.62 MB
Installation Count 132
Current Version 2.1.0
Last Updated 2016-07-16
Publish Date 2016-07-16
Rating 2.14/5 Total 7 Ratings
Developer cimrie
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Form Grabber",
    "description": "A simple interface to bulk copy\/paste form details.",
    "version": "2.1.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofB\/LnQK\/fsnEWSKJSNm2Zz7u\/BIpQt2WFom2SABrYkAna7Kx2M7T4xv1ZIPQu49MRj2m\/v5bJjkS4\/ZZxJr2cW23Rb6+LyjKB7TvkXCOv9SPA46IlOVAHGlj5kzTbys4NrWVv2hLnFcTlhsZKhYu\/MgVLPBCV3SCaTiZkbV8c1T9W5p1XSiALx3R8b3YMRF4VVpqcQLAuxPL7VntsoUfkm6shdY5+6KSCHaSK0P8rlz+sqXY9SkKoLmVl43vWQyrhUL0MbbP5\/eFp4NgqqLFyUAI\/1GVKHps8Yg9RqgazC3rf4Vr\/nsQgT01s\/Nc84eyhNbe+4khjdKvIqeSaycaQIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "32": "public\/images\/fg-colour-logo-vibrant-2.png",
        "48": "public\/images\/fg-colour-logo-vibrant-2.png",
        "128": "public\/images\/fg-colour-logo-vibrant-2-aligned-01-01.png"
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon-19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "background",
        "identity",
        "identity.email",
        "https:\/\/www.googleapis.com\/*"
    ],
    "oauth2": {
        "client_id": "513090491024-p62jb9kk6nb45aoq9crc7voq6i0kstmo.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "public\/js\/page-compiled.js"
            ],
            "css": [
                "public\/css\/page.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "background": {
        "scripts": [
            "public\/js\/background-compiled.js"
        ]
    }
}