Neroren Clipboard

Neroren clipboard will remember when, where, and what you copied.

What is Neroren Clipboard?

Neroren Clipboard is a Chrome extension developed by neroren2, and its main feature is "Neroren clipboard will remember when, where, and what you copied.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Neroren Clipboard Extension CRX File

Download Neroren Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can save text, links and images to the clipboard and reload them.                    

Extension Basic Information

Name Neroren Clipboard Neroren Clipboard
ID ldaldnejcpljkdffcgeaadfdhgdobbpf
Official URL https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf
Description Neroren clipboard will remember when, where, and what you copied.
File Size 65.3 KB
Installation Count 119
Current Version 0.1.9
Last Updated 2021-04-05
Publish Date 2021-03-17
Rating 4.83/5 Total 6 Ratings
Developer neroren2
Email [email protected]
Payment Type free
Extension Website https://github.com/LimHaksu/neroren-clipboard
Help Page URL https://github.com/LimHaksu/neroren-clipboard
Supported Languages 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"
}