Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
Cos'è Frame-it Plugin?
Frame-it Plugin è un'estensione di Chrome sviluppata da https://frame-it.com, e la sua funzione principale è "Save links, images, text, datasheets, and move to Frame-It.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Frame-it Plugin
Scarica i file di estensione Frame-it Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Frame-it Plugin |
ID | kemnpokljfejjkjjhbmkmlfimplnegon |
URL Ufficiale | https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon |
Descrizione | Save links, images, text, datasheets, and move to Frame-It. |
Dimensione del File | 131 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2013-08-30 |
Data di Pubblicazione | 2013-08-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://frame-it.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |