Title & URL
It's for copying current page's title and URL
Vad är Title & URL?
Title & URL är en Chrome-tillägg utvecklad av t.soorankim, och dess huvudfunktion är "It's for copying current page's title and URL".
Tilläggsskärmbilder
Ladda ner Title & URL-förlängningens CRX-fil
Ladda ner 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
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äggande Information om Tillägg
| Namn | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| Officiell webbadress | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| Beskrivning | It's for copying current page's title and URL |
| Filstorlek | 40.95 KB |
| Antal Installationer | 475 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-10-26 |
| Publiceringsdatum | 2017-07-02 |
| Betyg | 4.58/5 Totalt 12 Betyg |
| Utvecklare | t.soorankim |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |