1 Click Copy Title + URL
This extentions able to copy a title and URL of current tab with specified format by 1 click
Wat is 1 Click Copy Title + URL?
1 Click Copy Title + URL is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extentions able to copy a title and URL of current tab with specified format by 1 click".
Extensie Screenshots
Download het CRX-bestand van de extensie 1 Click Copy Title + URL
Download 1 Click Copy 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
Basisinformatie over de Extensie
| Naam | |
| ID | cdpljlgjmcehmopejijlfajfibijicnp |
| Officiële URL | https://chromewebstore.google.com/detail/1-click-copy-title-+-url/cdpljlgjmcehmopejijlfajfibijicnp |
| Beschrijving | This extentions able to copy a title and URL of current tab with specified format by 1 click |
| Bestandsgrootte | 42.04 KB |
| Aantal Installaties | 73 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-10-08 |
| Publicatiedatum | 2018-10-07 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "1 Click Copy Title + URL",
"description": "This extentions able to copy a title and URL of current tab with specified format by 1 click",
"version": "1.0",
"browser_action": {
"default_icon": "icon32.png",
"default_title": "1 Click Copy Title + URL"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab",
"clipboardRead",
"clipboardWrite"
],
"options_page": "options.html",
"manifest_version": 2
} | |