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.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | dchkbanpgboppemgcafbdbefnanhimli |
官方網址 | 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": [ " |