Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
Was ist Frame-it Plugin?
Frame-it Plugin ist eine Chrome-Erweiterung, die von https://frame-it.com entwickelt wurde, und ihr Hauptmerkmal ist "Save links, images, text, datasheets, and move to Frame-It.".
Erweiterungsscreenshots
Frame-it Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Frame-it Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Frame-it Plugin |
ID | kemnpokljfejjkjjhbmkmlfimplnegon |
Offizielle URL | https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon |
Beschreibung | Save links, images, text, datasheets, and move to Frame-It. |
Dateigröße | 131 KB |
Installationsanzahl | 206 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2013-08-30 |
Veröffentlichungsdatum | 2013-08-30 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://frame-it.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |