Title & URL Picker

Get Title and URL of a Page

Co to jest Title & URL Picker?

Title & URL Picker to rozszerzenie Chrome opracowane przez https://a01sa01to.com, a jego główną funkcją jest „Get Title and URL of a Page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Title & URL Picker

Pobierz pliki rozszerzeń Title & URL Picker 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

                        This Extension will show title and URL of a page by a few clicks and you can copy it by one Click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Title & URL Picker Title & URL Picker
ID apegdmeimjlklboalimnaokfnnngajcg
Oficjalny URL https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg
Opis Get Title and URL of a Page
Rozmiar pliku 13.84 KB
Liczba instalacji 111
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-01-30
Data Publikacji 2022-01-30
Deweloper https://a01sa01to.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://a01sa01to.com/apps/title-url-picker/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Title & URL Picker",
    "version": "1.1",
    "description": "Get Title and URL of a Page",
    "icons": {
        "128": "icon128.png"
    },
    "author": "Asa",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Title & URL Picker",
        "default_popup": "index.html"
    }
}