Homebase
The Homebase clipper
Homebase क्या है?
Homebase https://homebase.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Homebase clipper"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Homebase एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
EASILY SHARE INTERESTING THINGS FROM THE AROUND THE WEB WITH YOUR TEAM. Use the Homebase web clipper to grab web pages, reports, images, charts, documents, and quotes to save and share with your team. It's an effective way to gather customer testimonials, competitive intel, or draw attention to trends in important metrics. Learn more at www.homebase.io
एक्सटेंशन की मूल जानकारी
नाम | Homebase |
ID | oddfoocdjglabkmaofhmfblingagfdnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh |
विवरण | The Homebase clipper |
फ़ाइल का आकार | 267 KB |
स्थापना संख्या | 57 |
वर्तमान संस्करण | 0.3435.0 |
अंतिम अपडेट | 2014-01-27 |
प्रकाशन तिथि | 2014-01-27 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://homebase.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://homebase.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Homebase", "version": "0.3435.0", "description": "The Homebase clipper", "background": { "scripts": [ "chrome_background.js" ], "persistent": true }, "browser_action": { "default_icon": "files\/extension_19.png", "default_title": "Create cards from this page!" }, "content_scripts": [ { "matches": [ "*:\/\/*.homebase.io\/extension\/*" ], "js": [ "iframe_message_bridge.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*.homebase.io\/*" ], "js": [ "files\/dont_show_install_button.js" ], "run_at": "document_idle" } ], "permissions": [ "storage", "contextMenus", "activeTab" ], "icons": { "16": "files\/extension_16.png", "48": "files\/extension_48.png", "128": "files\/extension_128.png" }, "web_accessible_resources": [ "files\/status\/awesome-face.png", "files\/status\/cloud.png", "files\/status\/close.png", "files\/status\/sad-face.png" ], "options_page": "files\/settings.html", "manifest_version": 2 } |