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" } |