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 |
官方網址 | 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" } |