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 |
官方網址 | 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 } |