Neroren Clipboard
Neroren clipboard will remember when, where, and what you copied.
Neroren Clipboardとは何ですか?
Neroren Clipboardはneroren2によって開発されたChromeの拡張機能で、その主な機能は「Neroren clipboard will remember when, where, and what you copied.」です。
拡張機能のスクリーンショット
Neroren Clipboard拡張機能のCRXファイルをダウンロード
Neroren Clipboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can save text, links and images to the clipboard and reload them.
拡張機能の基本情報
名前 | Neroren Clipboard |
ID | ldaldnejcpljkdffcgeaadfdhgdobbpf |
公式URL | https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf |
説明 | Neroren clipboard will remember when, where, and what you copied. |
ファイルサイズ | 65.3 KB |
インストール数 | 119 |
現在のバージョン | 0.1.9 |
最終更新日 | 2021-04-05 |
公開日 | 2021-03-17 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | neroren2 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/LimHaksu/neroren-clipboard |
ヘルプページのURL | https://github.com/LimHaksu/neroren-clipboard |
対応言語 | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.9", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage", "contextMenus", "downloads", "clipboardRead", "tabs", "*:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" } }, "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "options_page": "options.html" } |