Homebase
The Homebase clipper
What is Homebase?
Homebase is a Chrome extension developed by https://homebase.io, and its main feature is "The Homebase clipper".
Extension Screenshots
Download Homebase Extension CRX File
Download Homebase 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
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
Extension Basic Information
Name | Homebase |
ID | oddfoocdjglabkmaofhmfblingagfdnh |
Official URL | https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh |
Description | The Homebase clipper |
File Size | 267 KB |
Installation Count | 57 |
Current Version | 0.3435.0 |
Last Updated | 2014-01-27 |
Publish Date | 2014-01-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://homebase.io |
Payment Type | free |
Extension Website | http://homebase.io |
Supported Languages | 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 } |