Frame-it Plugin

Save links, images, text, datasheets, and move to Frame-It.

What is Frame-it Plugin?

Frame-it Plugin is a Chrome extension developed by https://frame-it.com, and its main feature is "Save links, images, text, datasheets, and move to Frame-It.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Frame-it Plugin Extension CRX File

Download Frame-it Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Frame-it Plugin Frame-it Plugin
ID kemnpokljfejjkjjhbmkmlfimplnegon
Official URL https://chromewebstore.google.com/detail/frame-it-plugin/kemnpokljfejjkjjhbmkmlfimplnegon
Description Save links, images, text, datasheets, and move to Frame-It.
File Size 131 KB
Installation Count 206
Current Version 1.4.2
Last Updated 2013-08-30
Publish Date 2013-08-30
Rating 5.00/5 Total 2 Ratings
Developer https://frame-it.com
Payment Type free
Supported Languages 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"
}