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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
} | |