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