Savee
Save images from any site straight into your boards on savee.it
什麼是Savee?
Savee是由https://savee.it開發的Chrome擴展程式,該擴展的主要功能是“Save images from any site straight into your boards on savee.it”。
擴展截圖
下載Savee擴展crx文件
下載Savee擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to save any image from any website straight into your Savee boards. 擴展基本資訊
| 名稱 | |
| ID | hhefhkepfnmcgalemmofagaioeegonbc |
| 官方網址 | https://chromewebstore.google.com/detail/savee/hhefhkepfnmcgalemmofagaioeegonbc |
| 簡介 | Save images from any site straight into your boards on savee.it |
| 檔案大小 | 18.47 KB |
| 安裝次數 | 10,490 |
| 目前版本 | 2.3.16 |
| 更新時間 | 2022-03-04 |
| 上架時間 | 2019-05-25 |
| 評分 | 3.92/5 共 25 次評分 |
| 開發者 | https://savee.it |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://savee.it/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icon_toolbar.png",
"38": "icon_toolbar_2x.png"
},
"default_title": "Savee"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"description": "Save images from any site straight into your boards on savee.it",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"manifest_version": 2,
"name": "Savee",
"permissions": [
"*:\/\/*\/*",
"contextMenus",
"background",
"webRequest",
"activeTab",
"storage"
],
"version": "2.3.16",
"web_accessible_resources": [
"icon_48.png",
"content.js"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
}
}
},
"options_ui": {
"page": ".\/options\/options.html",
"open_in_tab": false
}
} | |