Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
Frame-it Plugin là gì?
Frame-it Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://frame-it.com, và tính năng chính của nó là "Save links, images, text, datasheets, and move to Frame-It.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Frame-it Plugin
Tải xuống các tệp mở rộng Frame-it Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Engineers: Now You Can Easily Search, Save, and Share Datasheets & More Frame-It helps you find, save, and organize research and design materials. It’s the perfect tool for managing a collection of technical documents like datasheets. The Frame-It Browser Plug-in lets you save documents, images, and other resources from the web. Search our built-in collection of over 15 million datasheets to find the resources you need. Save datasheets to your library in one click. You can also upload your own documents from your computer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Frame-it Plugin |
ID | kemnpokljfejjkjjhbmkmlfimplnegon |
URL Chính Thức | https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon |
Mô tả | Save links, images, text, datasheets, and move to Frame-It. |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 206 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2013-08-30 |
Ngày Phát Hành | 2013-08-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://frame-it.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/analytics.supplyframe.com https:\/\/qa.supplyframe.com https:\/\/trk.kissmetrics.com; object-src 'self'", "name": "Frame-it Plugin", "description": "Save links, images, text, datasheets, and move to Frame-It.", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "browser_action": { "default_title": "Click to Frame-It", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.4.2" } |