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文件

下載Title & URL Picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}