かんたんコピーくん

コピー禁止のサイトでコピーできるようにします。

Cos'è かんたんコピーくん?

かんたんコピーくん è un'estensione di Chrome sviluppata da ぱすた, e la sua funzione principale è "コピー禁止のサイトでコピーできるようにします。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione かんたんコピーくん

Scarica i file di estensione かんたんコピーくん in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        コピー禁止のサイトでコピーできるようにします。
コピーしたいサイトでブラウザ右上のアイコンを押してください。                    

Informazioni di Base sull'Estensione

Nome かんたんコピーくん かんたんコピーくん
ID pbhlblgkokahebkmklnefmnagdehcfao
URL Ufficiale https://chromewebstore.google.com/detail/%E3%81%8B%E3%82%93%E3%81%9F%E3%82%93%E3%82%B3%E3%83%94%E3%83%BC%E3%81%8F%E3%82%93/pbhlblgkokahebkmklnefmnagdehcfao
Descrizione コピー禁止のサイトでコピーできるようにします。
Dimensione del File 10.7 KB
Conteggio Installazioni 3,437
Versione Corrente 1.1
Ultimo Aggiornamento 2015-05-10
Data di Pubblicazione 2015-05-10
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore ぱすた
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u304b\u3093\u305f\u3093\u30b3\u30d4\u30fc\u304f\u3093",
    "description": "\u30b3\u30d4\u30fc\u7981\u6b62\u306e\u30b5\u30a4\u30c8\u3067\u30b3\u30d4\u30fc\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002",
    "icons": {
        "128": "icon_128.png"
    },
    "version": "1.1",
    "background": {
        "scripts": [
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_16.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}