Easy Paste
A chrome extension to keep all your frequently used profile links just a click away.
Что такое Easy Paste?
Easy Paste - это расширение Chrome, разработанное https://www.sahildua.com, и его основная функция - "A chrome extension to keep all your frequently used profile links just a click away.".
Снимки экрана расширения
Скачать файл CRX расширения Easy Paste
Скачайте файлы расширений Easy Paste в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This Chrome extension helps you keep all your frequently used profile links handy. It lets you save these links and use them anywhere with just a click. This extension will help you apply for jobs and create profiles in a jiffy. Just click and voila! you have the link by your side. It helps you get rid of the hassle of opening a new tab, reaching a particular URL and then copying it before the link can be put to some use. Download this extension to skip this cumbersome process and jump onto the "put the link to use" part. Happy easy-pasting!
Основная информация о расширении
Название | Easy Paste |
ID | kdbifnpknkobjfefmaggbjohangaemid |
Официальный URL | https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid |
Описание | A chrome extension to keep all your frequently used profile links just a click away. |
Размер файла | 2.59 MB |
Количество установок | 442 |
Текущая Версия | 1.2.0 |
Последнее Обновление | 2016-10-13 |
Дата публикации | 2016-10-13 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | https://www.sahildua.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Paste", "description": "A chrome extension to keep all your frequently used profile links just a click away.", "version": "1.2.0", "browser_action": { "default_icon": "assets\/icons\/48x48.png", "default_popup": "index.html", "default_title": "Easy Paste" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/js\/jquery.js", "assets\/js\/content.js" ] } ], "permissions": [ "contextMenus" ], "icons": { "16": "assets\/icons\/16x16.png", "48": "assets\/icons\/48x48.png", "128": "assets\/icons\/128x128.png" } } |