Easy Paste
A chrome extension to keep all your frequently used profile links just a click away.
Was ist Easy Paste?
Easy Paste ist eine Chrome-Erweiterung, die von https://www.sahildua.com entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to keep all your frequently used profile links just a click away.".
Erweiterungsscreenshots
Easy Paste-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Paste-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Easy Paste |
ID | kdbifnpknkobjfefmaggbjohangaemid |
Offizielle URL | https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid |
Beschreibung | A chrome extension to keep all your frequently used profile links just a click away. |
Dateigröße | 2.59 MB |
Installationsanzahl | 442 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2016-10-13 |
Veröffentlichungsdatum | 2016-10-13 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | https://www.sahildua.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |