Homebase
The Homebase clipper
Was ist Homebase?
Homebase ist eine Chrome-Erweiterung, die von https://homebase.io entwickelt wurde, und ihr Hauptmerkmal ist "The Homebase clipper".
Erweiterungsscreenshots
Homebase-Erweiterungs-CRX-Datei herunterladen
Laden Sie Homebase-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
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
Grundlegende Informationen zur Erweiterung
Name | Homebase |
ID | oddfoocdjglabkmaofhmfblingagfdnh |
Offizielle URL | https://chromewebstore.google.com/detail/homebase/oddfoocdjglabkmaofhmfblingagfdnh |
Beschreibung | The Homebase clipper |
Dateigröße | 267 KB |
Installationsanzahl | 57 |
Aktuelle Version | 0.3435.0 |
Letztes Update | 2014-01-27 |
Veröffentlichungsdatum | 2014-01-27 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://homebase.io |
Zahlungsart | free |
Erweiterungswebsite | http://homebase.io |
Unterstützte Sprachen | 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 } |