ClipSync
This extension will help you copy text from all your devices linked to google account.
Hvad er ClipSync?
ClipSync er en Chrome-udvidelse udviklet af Abhishek Meharia, og dens hovedfunktion er "This extension will help you copy text from all your devices linked to google account.".
Udvidelsesskærmbilleder
Download ClipSync-udvidelses-CRX-fil
Download ClipSync-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
This extension will help you copy text from all your devices linked to google account.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
Officiel URL | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
Beskrivelse | This extension will help you copy text from all your devices linked to google account. |
Filstørrelse | 226 KB |
Antal Installationer | 121 |
Nuværende Version | 2 |
Senest Opdateret | 2020-08-23 |
Udgivelsesdato | 2019-12-04 |
Udvikler | Abhishek Meharia |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://abhim.in |
Hjælpeside-URL | https://abhim.in |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ClipSync", "description": "This extension will help you copy text from all your devices linked to google account.", "version": "2", "icons": { "128": "clipboard.png" }, "browser_action": { "default_icon": "clipboard.png", "default_popup": "credentials.html" }, "background": { "page": "background.html" }, "permissions": [ "identity", "tabs" ], "content_scripts": [ { "matches": [ " |