Title & URL Picker
Get Title and URL of a Page
Wat is Title & URL Picker?
Title & URL Picker is een Chrome-extensie ontwikkeld door https://a01sa01to.com, en de belangrijkste functie is "Get Title and URL of a Page".
Extensie Screenshots
Download het CRX-bestand van de extensie Title & URL Picker
Download Title & URL Picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This Extension will show title and URL of a page by a few clicks and you can copy it by one Click.
Basisinformatie over de Extensie
Naam | |
ID | apegdmeimjlklboalimnaokfnnngajcg |
Officiële URL | https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg |
Beschrijving | Get Title and URL of a Page |
Bestandsgrootte | 13.84 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2022-01-30 |
Publicatiedatum | 2022-01-30 |
Ontwikkelaar | https://a01sa01to.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://a01sa01to.com/apps/title-url-picker/ |
Ondersteunde Talen | 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" } } |