Title & URL
It's for copying current page's title and URL
Hvad er Title & URL?
Title & URL er en Chrome-udvidelse udviklet af t.soorankim, og dens hovedfunktion er "It's for copying current page's title and URL".
Udvidelsesskærmbilleder
Download Title & URL-udvidelses-CRX-fil
Download Title & URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| Officiel URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| Beskrivelse | It's for copying current page's title and URL |
| Filstørrelse | 40.95 KB |
| Antal Installationer | 475 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2021-10-26 |
| Udgivelsesdato | 2017-07-02 |
| Bedømmelse | 4.58/5 Samlet 12 Bedømmelser |
| Udvikler | t.soorankim |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |