Frame-it Plugin
Save links, images, text, datasheets, and move to Frame-It.
Frame-it Plugin क्या है?
Frame-it Plugin https://frame-it.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save links, images, text, datasheets, and move to Frame-It."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Frame-it Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |