CopyURL
Copy the URL and title of the active page.
Co to jest CopyURL?
CopyURL to rozszerzenie Chrome opracowane przez hiroyuki.komatsu, a jego główną funkcją jest „Copy the URL and title of the active page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CopyURL
Pobierz pliki rozszerzeń CopyURL 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
                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                     Podstawowe informacje o rozszerzeniu
| Nazwa |  | 
| ID | jghibnldpjddbfolfkfongaklfidaafd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd | 
| Opis | Copy the URL and title of the active page. | 
| Rozmiar pliku | 7.09 KB | 
| Liczba instalacji | 167 | 
| Aktualna Wersja | 1.4 | 
| Ostatnia Aktualizacja | 2023-12-08 | 
| Data Publikacji | 2020-06-21 | 
| Deweloper | hiroyuki.komatsu | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/hiroyuki-komatsu/copyurl | 
| Obsługiwane Języki | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
} | |