Form Grabber

A simple interface to bulk copy/paste form details.

什么是Form Grabber?

Form Grabber是由cimrie开发的Chrome扩展程序,该扩展的主要功能是“A simple interface to bulk copy/paste form details.”。

扩展截图

screenshot
screenshot

下载Form Grabber扩展crx文件

下载Form Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Form Grabber Form Grabber
ID dchkbanpgboppemgcafbdbefnanhimli
官方URL https://chrome.google.com/webstore/detail/form-grabber/dchkbanpgboppemgcafbdbefnanhimli
简介 A simple interface to bulk copy/paste form details.
文件大小 2.62 MB
安装次数 132
当前版本 2.1.0
更新时间 2016-07-16
上架时间 2016-07-16
评分 2.14/5 共7次评分
开发者 cimrie
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        ]
    }
}