Neroren Clipboard
Neroren clipboard will remember when, where, and what you copied.
Wat is Neroren Clipboard?
Neroren Clipboard is een Chrome-extensie ontwikkeld door neroren2, en de belangrijkste functie is "Neroren clipboard will remember when, where, and what you copied.".
Extensie Screenshots
Download het CRX-bestand van de extensie Neroren Clipboard
Download Neroren Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You can save text, links and images to the clipboard and reload them. Basisinformatie over de Extensie
| Naam | |
| ID | ldaldnejcpljkdffcgeaadfdhgdobbpf |
| Officiële URL | https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf |
| Beschrijving | Neroren clipboard will remember when, where, and what you copied. |
| Bestandsgrootte | 65.3 KB |
| Aantal Installaties | 119 |
| Huidige Versie | 0.1.9 |
| Laatst Bijgewerkt | 2021-04-05 |
| Publicatiedatum | 2021-03-17 |
| Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | neroren2 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/LimHaksu/neroren-clipboard |
| Help Pagina-URL | https://github.com/LimHaksu/neroren-clipboard |
| Ondersteunde Talen | 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"
} | |