Just One File
Save current visible elements in an html file. What you see is what you save.
Just One Fileとは何ですか?
Just One Fileはyuedong.liによって開発されたChromeの拡張機能で、その主な機能は「Save current visible elements in an html file. What you see is what you save.」です。
拡張機能のスクリーンショット
Just One File拡張機能のCRXファイルをダウンロード
Just One File拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save the current visible elements to an Html file. The plugi removes the script and other useless elements, as much as possible to preserve the contents of the current page display.
拡張機能の基本情報
名前 | Just One File |
ID | opofajlgipfljhhlfhcpmhhjckjaacia |
公式URL | https://chromewebstore.google.com/detail/just-one-file/opofajlgipfljhhlfhcpmhhjckjaacia |
説明 | Save current visible elements in an html file. What you see is what you save. |
ファイルサイズ | 15.7 KB |
インストール数 | 804 |
現在のバージョン | 1.2.0 |
最終更新日 | 2022-07-08 |
公開日 | 2016-12-14 |
評価 | 4.38/5 合計 8 レビュー |
開発者 | yuedong.li |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.codeboy.me |
プライバシーポリシーページのURL | https://www.codeboy.me |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "JOF", "version": "1.2.0", "manifest_version": 3, "description": "__MSG_detail__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "offline_enabled": true, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "zh_CN", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_title": "__MSG_title__" } } |