Easy Paste
A chrome extension to keep all your frequently used profile links just a click away.
Qu'est-ce que Easy Paste ?
Easy Paste est une extension Chrome développée par https://www.sahildua.com, et sa fonction principale est "A chrome extension to keep all your frequently used profile links just a click away.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Paste
Téléchargez les fichiers d'extension Easy Paste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Easy Paste |
ID | kdbifnpknkobjfefmaggbjohangaemid |
URL Officiel | https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid |
Description | A chrome extension to keep all your frequently used profile links just a click away. |
Taille du Fichier | 2.59 MB |
Nombre d'Installations | 442 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2016-10-13 |
Date de Publication | 2016-10-13 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | https://www.sahildua.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |