Easy Paste
A chrome extension to keep all your frequently used profile links just a click away.
Cos'è Easy Paste?
Easy Paste è un'estensione di Chrome sviluppata da https://www.sahildua.com, e la sua funzione principale è "A chrome extension to keep all your frequently used profile links just a click away.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Paste
Scarica i file di estensione Easy Paste in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Easy Paste |
ID | kdbifnpknkobjfefmaggbjohangaemid |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid |
Descrizione | A chrome extension to keep all your frequently used profile links just a click away. |
Dimensione del File | 2.59 MB |
Conteggio Installazioni | 442 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2016-10-13 |
Data di Pubblicazione | 2016-10-13 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | https://www.sahildua.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |