Auto Clipboard
Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
Hvad er Auto Clipboard?
Auto Clipboard er en Chrome-udvidelse udviklet af wangmeijian2016, og dens hovedfunktion er "Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…".
Udvidelsesskærmbilleder
Download Auto Clipboard-udvidelses-CRX-fil
Download Auto Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Auto Clipboard |
ID | inhnhgihdkbalmmojcbpalkkmhkmcdjm |
Officiel URL | https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm |
Beskrivelse | Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and… |
Filstørrelse | 24.27 KB |
Antal Installationer | 1,684 |
Nuværende Version | 0.10.1 |
Senest Opdateret | 2022-12-13 |
Udgivelsesdato | 2020-03-13 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | wangmeijian2016 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/wangmeijian/auto_clipboard |
Understøttede Sprog | 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": [ " |