ClipSync
This extension will help you copy text from all your devices linked to google account.
Vad är ClipSync?
ClipSync är en Chrome-tillägg utvecklad av Abhishek Meharia, och dess huvudfunktion är "This extension will help you copy text from all your devices linked to google account.".
Tilläggsskärmbilder
Ladda ner ClipSync-förlängningens CRX-fil
Ladda ner ClipSync-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
This extension will help you copy text from all your devices linked to google account.
Grundläggande Information om Tillägg
Namn | |
ID | cgnjjecfkjgachdpfbgioofdicllnadc |
Officiell webbadress | https://chrome.google.com/webstore/detail/clipsync/cgnjjecfkjgachdpfbgioofdicllnadc |
Beskrivning | This extension will help you copy text from all your devices linked to google account. |
Filstorlek | 226 KB |
Antal Installationer | 121 |
Aktuell Version | 2 |
Senast Uppdaterad | 2020-08-23 |
Publiceringsdatum | 2019-12-04 |
Utvecklare | Abhishek Meharia |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://abhim.in |
Hjälpsida URL | https://abhim.in |
Stödda Språk | 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": [ " |