1 Click Copy Title + URL
This extentions able to copy a title and URL of current tab with specified format by 1 click
Vad är 1 Click Copy Title + URL?
1 Click Copy Title + URL är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extentions able to copy a title and URL of current tab with specified format by 1 click".
Tilläggsskärmbilder
Ladda ner 1 Click Copy Title + URL-förlängningens CRX-fil
Ladda ner 1 Click Copy Title + URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | cdpljlgjmcehmopejijlfajfibijicnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/1-click-copy-title-+-url/cdpljlgjmcehmopejijlfajfibijicnp |
| Beskrivning | This extentions able to copy a title and URL of current tab with specified format by 1 click |
| Filstorlek | 42.04 KB |
| Antal Installationer | 73 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2018-10-08 |
| Publiceringsdatum | 2018-10-07 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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
} | |