Title & URL Picker
Get Title and URL of a Page
What is Title & URL Picker?
Title & URL Picker is a Chrome extension developed by https://a01sa01to.com, and its main feature is "Get Title and URL of a Page".
Extension Screenshots
Download Title & URL Picker Extension CRX File
Download Title & URL Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Extension will show title and URL of a page by a few clicks and you can copy it by one Click.
Extension Basic Information
Name | |
ID | apegdmeimjlklboalimnaokfnnngajcg |
Official URL | https://chromewebstore.google.com/detail/title-url-picker/apegdmeimjlklboalimnaokfnnngajcg |
Description | Get Title and URL of a Page |
File Size | 13.84 KB |
Installation Count | 111 |
Current Version | 1.1 |
Last Updated | 2022-01-30 |
Publish Date | 2022-01-30 |
Developer | https://a01sa01to.com |
[email protected] | |
Payment Type | free |
Extension Website | https://a01sa01to.com/apps/title-url-picker/ |
Supported Languages | 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" } } |