Neroren Clipboard

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

Qu'est-ce que Neroren Clipboard ?

Neroren Clipboard est une extension Chrome développée par neroren2, et sa fonction principale est "Neroren clipboard will remember when, where, and what you copied.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Neroren Clipboard

Téléchargez les fichiers d'extension Neroren Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Neroren Clipboard Neroren Clipboard
ID ldaldnejcpljkdffcgeaadfdhgdobbpf
URL Officiel https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf
Description Neroren clipboard will remember when, where, and what you copied.
Taille du Fichier 65.3 KB
Nombre d'Installations 119
Version Actuelle 0.1.9
Dernière Mise à Jour 2021-04-05
Date de Publication 2021-03-17
Évaluation 4.83/5 Total 6 Évaluations
Développeur neroren2
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LimHaksu/neroren-clipboard
URL de la Page d'Aide https://github.com/LimHaksu/neroren-clipboard
Langues Prises en Charge 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"
}