Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
O que é Frame-it Plugin?
Frame-it Plugin é uma extensão do Chrome desenvolvida por https://frame-it.com, e sua principal característica é "Save links, images, text, datasheets, and move to Frame-It.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Frame-it Plugin
Baixe arquivos de extensão Frame-it Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Frame-it Plugin |
ID | kemnpokljfejjkjjhbmkmlfimplnegon |
URL Oficial | https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon |
Descrição | Save links, images, text, datasheets, and move to Frame-It. |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 206 |
Versão Atual | 1.4.2 |
Última Atualização | 2013-08-30 |
Data de Publicação | 2013-08-30 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://frame-it.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |