Batterii Web Clipper
The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.
什麼是Batterii Web Clipper?
Batterii Web Clipper是由https://batterii.com開發的Chrome擴展程式,該擴展的主要功能是“The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.”。
擴展截圖
下載Batterii Web Clipper擴展crx文件
下載Batterii Web Clipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The Batterii Web Clipper allows members of a Batterii community to capture links, screenshots, images, and notes from the web and send them back to Batterii walls. Use of this extension requires membership in a Batterii community. For more information about Batterii, visit http://www.batterii.com 擴展基本資訊
| 名稱 | |
| ID | hllmakklhknnbfapngmlcbkfbdbbkddh |
| 官方網址 | https://chromewebstore.google.com/detail/batterii-web-clipper/hllmakklhknnbfapngmlcbkfbdbbkddh |
| 簡介 | The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls. |
| 檔案大小 | 177 KB |
| 安裝次數 | 272 |
| 目前版本 | 1.2.2 |
| 更新時間 | 2017-05-19 |
| 上架時間 | 2017-05-19 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://batterii.com |
| 付費類型 | free |
| 擴展官網 | http://www.batterii.com |
| 說明頁面URL | http://support.batterii.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Batterii, LLC",
"background": {
"scripts": [
"libs\/jquery.min.js",
"js\/background.js",
"js\/background-common.js",
"js\/image-utils.js",
"js\/batterii.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/icon-48.png"
},
"content_scripts": [
{
"js": [
"libs\/jquery.min.js",
"js\/logger.js",
"js\/content-styles.js",
"js\/browser.js",
"js\/image-utils.js",
"js\/content.js"
],
"css": [
"css\/styles.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": false
}
],
"description": "The Batterii Web Clipper allows members of a Batterii community to capture content from the web and send it back to Batterii walls.",
"homepage_url": "http:\/\/www.batterii.com",
"icons": {
"128": "images\/icon-128.png",
"48": "images\/icon-48.png",
"16": "images\/icon-16.png"
},
"manifest_version": 2,
"name": "Batterii Web Clipper",
"permissions": [
"activeTab",
" | |