Title & URL
It's for copying current page's title and URL
Что такое Title & URL?
Title & URL - это расширение Chrome, разработанное t.soorankim, и его основная функция - "It's for copying current page's title and URL".
Снимки экрана расширения
Скачать файл CRX расширения Title & URL
Скачайте файлы расширений Title & URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| Официальный URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| Описание | It's for copying current page's title and URL |
| Размер файла | 40.95 KB |
| Количество установок | 475 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2021-10-26 |
| Дата публикации | 2017-07-02 |
| Рейтинг | 4.58/5 Всего 12 оценок |
| Разработчик | t.soorankim |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |