Title & URL
It's for copying current page's title and URL
Was ist Title & URL?
Title & URL ist eine Chrome-Erweiterung, die von t.soorankim entwickelt wurde, und ihr Hauptmerkmal ist "It's for copying current page's title and URL".
Erweiterungsscreenshots
Title & URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Title & URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| Offizielle URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| Beschreibung | It's for copying current page's title and URL |
| Dateigröße | 40.95 KB |
| Installationsanzahl | 475 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-10-26 |
| Veröffentlichungsdatum | 2017-07-02 |
| Bewertung | 4.58/5 Insgesamt 12 Bewertungen |
| Entwickler | t.soorankim |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |