Title & URL
It's for copying current page's title and URL
Wat is Title & URL?
Title & URL is een Chrome-extensie ontwikkeld door t.soorankim, en de belangrijkste functie is "It's for copying current page's title and URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Title & URL
Download Title & URL-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
It's for copying the current page's title and URL
This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon Basisinformatie over de Extensie
| Naam | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| Officiële URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| Beschrijving | It's for copying current page's title and URL |
| Bestandsgrootte | 40.95 KB |
| Aantal Installaties | 475 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-10-26 |
| Publicatiedatum | 2017-07-02 |
| Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | t.soorankim |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Title & URL",
"version": "1.0.0",
"description": "It's for copying current page's title and URL",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"author": "T.Sooran Kim",
"permissions": [
"tabs",
"clipboardWrite"
]
} | |