Hyperlink from selected text
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu
Что такое Hyperlink from selected text?
Hyperlink from selected text - это расширение Chrome, разработанное TGSchmidt, и его основная функция - "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu".
Снимки экрана расширения
Скачать файл CRX расширения Hyperlink from selected text
Скачайте файлы расширений Hyperlink from selected text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu. A new blank tab opens containing the hyperlink. From there you can easily drag it into email or Google Docs.
Основная информация о расширении
Название | Hyperlink from selected text |
ID | pinpojlbpepmejokkijmeehfhmhimnae |
Официальный URL | https://chromewebstore.google.com/detail/hyperlink-from-selected-t/pinpojlbpepmejokkijmeehfhmhimnae |
Описание | Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu |
Размер файла | 21.65 KB |
Количество установок | 296 |
Текущая Версия | 1.2 |
Последнее Обновление | 2022-02-21 |
Дата публикации | 2012-07-15 |
Рейтинг | 3.63/5 Всего 8 оценок |
Разработчик | TGSchmidt |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hyperlink from selected text", "version": "1.2", "manifest_version": 2, "description": "Creates a hyperlink to the current page from the selected text in one click via the context (right click) menu", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus" ] } |