Ctrl-C

Copy text from phone to your desktop

Ctrl-Cとは何ですか?

Ctrl-CはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Copy text from phone to your desktop」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Ctrl-C拡張機能のCRXファイルをダウンロード

Ctrl-C拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is the web client for the android app which lets you copy text from your mobile phone to your computer. And it doesn't require any passwords ,just scan the Qr Code on this extension using the mobile app and you are all set to past and copy from you computer.
This is useful especially when you are browsing through an article that you see a sentence that you want on you MS-Word document or otherwise you registered on a website in your computer and the otp gets sent to your phone .Just scan the Qr Code and you are all set to go                    

拡張機能の基本情報

名前 Ctrl-C Ctrl-C
ID ecbbmhjapboknlbhhfnnlabpenjkojli
公式URL https://chromewebstore.google.com/detail/ctrl-c/ecbbmhjapboknlbhhfnnlabpenjkojli
説明 Copy text from phone to your desktop
ファイルサイズ 624 KB
インストール数 81
現在のバージョン 0.0.1
最終更新日 2020-06-12
公開日 2020-06-12
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ctrl-C",
    "description": "Copy text from phone to your desktop",
    "version": "0.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open App"
    },
    "content_security_policy": "script-src 'self' 'sha256-oXsdgxlwhfOerH3efXcPhXnjbaa6959DMUeatGKUJwA='; object-src 'self'",
    "permissions": []
}