Easy Paste
A chrome extension to keep all your frequently used profile links just a click away.
O que é Easy Paste?
Easy Paste é uma extensão do Chrome desenvolvida por https://www.sahildua.com, e sua principal característica é "A chrome extension to keep all your frequently used profile links just a click away.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Paste
Baixe arquivos de extensão Easy Paste no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Easy Paste |
ID | kdbifnpknkobjfefmaggbjohangaemid |
URL Oficial | https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid |
Descrição | A chrome extension to keep all your frequently used profile links just a click away. |
Tamanho do Arquivo | 2.59 MB |
Contagem de Instalações | 442 |
Versão Atual | 1.2.0 |
Última Atualização | 2016-10-13 |
Data de Publicação | 2016-10-13 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | https://www.sahildua.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |