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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |