Homebase
The Homebase clipper
Homebaseとは何ですか?
Homebaseはhttps://homebase.ioによって開発されたChromeの拡張機能で、その主な機能は「The Homebase clipper」です。
拡張機能のスクリーンショット
Homebase拡張機能のCRXファイルをダウンロード
Homebase拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } |