Plucker
Pluck data from HTML tables.
ما هو Plucker؟
Plucker هو إضافة Chrome تم تطويرها بواسطة ArlingtonCoder، والميزة الرئيسية لها هي "Pluck data from HTML tables.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Plucker
قم بتنزيل ملفات الامتداد Plucker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plucker is a targeted screen-scraping utility for Chrome browsers. It requires no setup whatsoever and is used for plucking data out of a table-driven presentation from a web page. The screenshot to the left is a very obvious "table" of data. Once Plucker is installed, right-click anywhere in the table and choose "Pluck." That's it -- you can now right-click the table again and choose Plucker/Download to download your data as a CSV, which will open right up in any spreadsheet package. For tables with multiple pages of data, right-click/Pluck the first page of data, as normal, then simply page through the rest of the pages, giving Plucker a second or two to pluck the data from each one. Once you get to the last page, Plucker will have plucked all the data from all pages.
معلومات أساسية عن التمديد
الاسم | |
ID | meeedeecefnlccpmgfeoadnjibegfege |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/plucker/meeedeecefnlccpmgfeoadnjibegfege |
الوصف | Pluck data from HTML tables. |
حجم الملف | 69.74 KB |
عدد التثبيتات | 690 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-03-24 |
تاريخ النشر | 2015-03-24 |
تقييم | 4.40/5 مجموع تقييمات 10 |
المطور | ArlingtonCoder |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plucker", "short_name": "Plucker", "description": "Pluck data from HTML tables.", "version": "1.0.1", "manifest_version": 2, "permissions": [ "contextMenus", "storage", "tabs" ], "options_page": "options.html", "background": { "persistent": true, "scripts": [ "background.js", "jquery-1.7.min.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "Plucker16.png", "32": "Plucker32.png", "48": "Plucker48.png", "128": "Plucker128.png" }, "page_action": { "default_title": "Pluck", "default_icon": "Plucker16.png" }, "content_scripts": [ { "matches": [ " |