Title & URL Picker

Get Title and URL of a Page

Title & URL Picker란 무엇입니까?

Title & URL Picker은(는) https://a01sa01to.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Title and URL of a Page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Title & URL Picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Title & URL Picker Title & URL Picker
ID apegdmeimjlklboalimnaokfnnngajcg
공식 URL https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg
설명 Get Title and URL of a Page
파일 크기 13.84 KB
설치 횟수 111
현재 버전 1.1
최근 업데이트 2022-01-30
출시 날짜 2022-01-30
개발자 https://a01sa01to.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://a01sa01to.com/apps/title-url-picker/
지원되는 언어 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"
    }
}