Let me copy

修复知乎无法拷贝的问题

Co to jest Let me copy?

Let me copy to rozszerzenie Chrome opracowane przez chenxsan, a jego główną funkcją jest „修复知乎无法拷贝的问题”.

Pobierz plik CRX rozszerzenia Let me copy

Pobierz pliki rozszerzeń Let me copy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Let me copy Let me copy
ID iminljodelcedhhoidinedbcfabpapfp
Oficjalny URL https://chromewebstore.google.com/detail/let-me-copy/iminljodelcedhhoidinedbcfabpapfp
Opis 修复知乎无法拷贝的问题
Rozmiar pliku 68.23 KB
Liczba instalacji 138
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2018-03-14
Data Publikacji 2018-03-14
Deweloper chenxsan
Typ Płatności free
Strona Rozszerzenia https://blog.zfanw.com
Adres URL Strony Pomocy https://github.com/chenxsan/let-me-copy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.zhihu.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.zhihu.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}