Save resources
Save resources to be accesible later
Save resourcesとは何ですか?
Save resourcesはemily.a.poulouによって開発されたChromeの拡張機能で、その主な機能は「Save resources to be accesible later」です。
拡張機能のスクリーンショット
Save resources拡張機能のCRXファイルをダウンロード
Save resources拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Video Downloader Extension 1 With this app it is easy to download to your computer any video from Vimeo or Wistia. When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner. You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer. Enjoy
拡張機能の基本情報
名前 | |
ID | deplmjkmimapgmlfkidfabbbmokkmkkj |
公式URL | https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj |
説明 | Save resources to be accesible later |
ファイルサイズ | 54.85 KB |
インストール数 | 708 |
現在のバージョン | 0.2.20 |
最終更新日 | 2019-07-07 |
公開日 | 2019-07-06 |
評価 | 4.19/5 合計 16 レビュー |
開発者 | emily.a.poulou |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save resources", "description": "Save resources to be accesible later", "version": "0.2.20", "browser_action": { "default_icon": "asldkjf.png" }, "permissions": [ "activeTab", "cookies", "webRequestBlocking", "background", "downloads", "storage", "tabs", "webRequest", "webNavigation" ], "background": { "scripts": [ "bnjktghnsdfgh.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.2.1.min.js", "nk_22.js" ] } ] } |