Neroren Clipboard
Neroren clipboard will remember when, where, and what you copied.
Vad är Neroren Clipboard?
Neroren Clipboard är en Chrome-tillägg utvecklad av neroren2, och dess huvudfunktion är "Neroren clipboard will remember when, where, and what you copied.".
Tilläggsskärmbilder
Ladda ner Neroren Clipboard-förlängningens CRX-fil
Ladda ner Neroren Clipboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can save text, links and images to the clipboard and reload them.
Grundläggande Information om Tillägg
Namn | Neroren Clipboard |
ID | ldaldnejcpljkdffcgeaadfdhgdobbpf |
Officiell webbadress | https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf |
Beskrivning | Neroren clipboard will remember when, where, and what you copied. |
Filstorlek | 65.3 KB |
Antal Installationer | 119 |
Aktuell Version | 0.1.9 |
Senast Uppdaterad | 2021-04-05 |
Publiceringsdatum | 2021-03-17 |
Betyg | 4.83/5 Totalt 6 Betyg |
Utvecklare | neroren2 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/LimHaksu/neroren-clipboard |
Hjälpsida URL | https://github.com/LimHaksu/neroren-clipboard |
Stödda Språk | 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" } |