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.
拡張機能の基本情報
名前 | Savee |
ID | hhefhkepfnmcgalemmofagaioeegonbc |
公式URL | 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 |
Eメール | [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 } } |