Title & URL Picker
Get Title and URL of a Page
O que é Title & URL Picker?
Title & URL Picker é uma extensão do Chrome desenvolvida por https://a01sa01to.com, e sua principal característica é "Get Title and URL of a Page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Title & URL Picker
Baixe arquivos de extensão Title & URL Picker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This Extension will show title and URL of a page by a few clicks and you can copy it by one Click.
Informações Básicas da Extensão
Nome | |
ID | apegdmeimjlklboalimnaokfnnngajcg |
URL Oficial | https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg |
Descrição | Get Title and URL of a Page |
Tamanho do Arquivo | 13.84 KB |
Contagem de Instalações | 111 |
Versão Atual | 1.1 |
Última Atualização | 2022-01-30 |
Data de Publicação | 2022-01-30 |
Desenvolvedor | https://a01sa01to.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://a01sa01to.com/apps/title-url-picker/ |
Idiomas Suportados | 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" } } |