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 |
| 官方網址 | 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"
} | |