Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
什么是Frame-it Plugin?
Frame-it Plugin是由https://frame-it.com开发的Chrome扩展程序,该扩展的主要功能是“Save links, images, text, datasheets, and move to Frame-It.”。
扩展截图
下载Frame-it Plugin扩展crx文件
下载Frame-it Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Frame-it Plugin |
ID | kemnpokljfejjkjjhbmkmlfimplnegon |
官方URL | https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon |
简介 | Save links, images, text, datasheets, and move to Frame-It. |
文件大小 | 131 KB |
安装次数 | 206 |
当前版本 | 1.4.2 |
更新时间 | 2013-08-30 |
上架时间 | 2013-08-30 |
评分 | 5.00/5 共2次评分 |
开发者 | https://frame-it.com |
付费类型 | free |
支持的语言 | 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" } |