Auto Clipboard
Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
Was ist Auto Clipboard?
Auto Clipboard ist eine Chrome-Erweiterung, die von wangmeijian2016 entwickelt wurde, und ihr Hauptmerkmal ist "Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…".
Erweiterungsscreenshots
Auto Clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Select text, automatically copy to clipboard, save you every second! By default, the input text is not copied. Hold down Ctrl and select the input text. GitHub https://github.com/wangmeijian/auto_clipboard Issue https://github.com/wangmeijian/auto_clipboard/issues 0.5.3 2022-09-10 * Support more types of website
Grundlegende Informationen zur Erweiterung
Name | Auto Clipboard |
ID | inhnhgihdkbalmmojcbpalkkmhkmcdjm |
Offizielle URL | https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm |
Beschreibung | Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and… |
Dateigröße | 24.27 KB |
Installationsanzahl | 1,684 |
Aktuelle Version | 0.10.1 |
Letztes Update | 2022-12-13 |
Veröffentlichungsdatum | 2020-03-13 |
Bewertung | 4.13/5 Insgesamt 8 Bewertungen |
Entwickler | wangmeijian2016 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/wangmeijian/auto_clipboard |
Unterstützte Sprachen | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.10.1", "action": { "default_icon": { "16": "images\/[email protected]", "24": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "default_title": "__MSG_defaultTitle__", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/[email protected]", "24": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "content_scripts": [ { "matches": [ " |