Copycat
Copy content from web powerful than ever before.
Что такое Copycat?
Copycat - это расширение Chrome, разработанное https://blackglory.me, и его основная функция - "Copy content from web powerful than ever before.".
Снимки экрана расширения
Скачать файл CRX расширения Copycat
Скачайте файлы расширений Copycat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension creates a right-click menu that provides enhanced copying capabilities.
You can configure the preferences in the options page.
A part of the commands can be bound as browser shortcuts.
Features:
- Copy a tab title
- Copy a tab link as
- Plain text
- Rich text
- HTML
- Markdown
- Org-Mode
- AsciiDoc
- BBCode
- Copy a frame title
- Copy a frame link as
- Plain text
- Rich text
- HTML
- Markdown
- Org-Mode
- AsciiDoc
- BBCode
- Copy a link text
- Copy a link as
- Plain text
- Rich text
- HTML
- Markdown
- Org-Mode
- AsciiDoc
- BBCode
- Copy selection as
- Plain text
- Concatenated plain text
- JSON
- Markdown
- HTML
- HTML without attributes
- User-defined clean HTML
- BBCode
- Copy an image as
- HTML
- Markdown
- BBCode
- Data URL
- Copy a native audio as HTML
- Copy a native video as HTML
Github: https://github.com/BlackGlory/copycat Основная информация о расширении
| Название | |
| ID | jdjbiojkklnaeoanimopafmnmhldejbg |
| Официальный URL | https://chromewebstore.google.com/detail/copycat/jdjbiojkklnaeoanimopafmnmhldejbg |
| Описание | Copy content from web powerful than ever before. |
| Размер файла | 1.24 MB |
| Количество установок | 9,178 |
| Текущая Версия | 3.1.4 |
| Последнее Обновление | 2023-12-22 |
| Дата публикации | 2018-08-24 |
| Рейтинг | 4.67/5 Всего 51 оценок |
| Разработчик | https://blackglory.me |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/BlackGlory/copycat |
| URL страницы помощи | https://github.com/BlackGlory/copycat/issues |
| Поддерживаемые языки | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"author": "BlackGlory",
"version": "3.1.4",
"manifest_version": 3,
"minimum_chrome_version": "109",
"default_locale": "en",
"description": "__MSG_extensionDescription__",
"icons": {
"16": "assets\/images\/icon-16.png",
"32": "assets\/images\/icon-32.png",
"48": "assets\/images\/icon-48.png",
"64": "assets\/images\/icon-64.png",
"128": "assets\/images\/icon-128.png"
},
"commands": {
"commandTabTitle": {
"description": "__MSG_commandTabTitle__"
},
"commandTabLinkAsPlainText": {
"description": "__MSG_commandTabLinkAsPlainText__"
},
"commandTabLinkAsRichText": {
"description": "__MSG_commandTabLinkAsRichText__"
},
"commandTabLinkAsHTML": {
"description": "__MSG_commandTabLinkAsHTML__"
},
"commandTabLinkAsMarkdown": {
"description": "__MSG_commandTabLinkAsMarkdown__"
},
"commandTabLinkAsOrgMode": {
"description": "__MSG_commandTabLinkAsOrgMode__"
},
"commandTabLinkAsAsciiDoc": {
"description": "__MSG_commandTabLinkAsAsciiDoc__"
},
"commandTabLinkAsBBCode": {
"description": "__MSG_commandTabLinkAsBBCode__"
},
"commandSelectionAsPlainText": {
"description": "__MSG_commandSelectionAsPlainText__"
},
"commandSelectionAsConcatenatedPlainText": {
"description": "__MSG_commandSelectionAsConcatenatedPlainText__"
},
"commandSelectionAsJSON": {
"description": "__MSG_commandSelectionAsJSON__"
},
"commandSelectionAsMarkdown": {
"description": "__MSG_commandSelectionAsMarkdown__"
},
"commandSelectionAsHTML": {
"description": "__MSG_commandSelectionAsHTML__"
},
"commandSelectionAsHTMLWithoutAttributes": {
"description": "__MSG_commandSelectionAsHTMLWithoutAttributes__"
},
"commandSelectionAsCleanHTML": {
"description": "__MSG_commandSelectionAsCleanHTML__"
},
"commandSelectionAsBBCode": {
"description": "__MSG_commandSelectionAsBBCode__"
}
},
"content_scripts": [
{
"matches": [
" | |