Easy Paste

A chrome extension to keep all your frequently used profile links just a click away.

Wat is Easy Paste?

Easy Paste is een Chrome-extensie ontwikkeld door https://www.sahildua.com, en de belangrijkste functie is "A chrome extension to keep all your frequently used profile links just a click away.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Paste

Download Easy Paste-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Easy Paste Easy Paste
ID kdbifnpknkobjfefmaggbjohangaemid
Officiële URL https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid
Beschrijving A chrome extension to keep all your frequently used profile links just a click away.
Bestandsgrootte 2.59 MB
Aantal Installaties 442
Huidige Versie 1.2.0
Laatst Bijgewerkt 2016-10-13
Publicatiedatum 2016-10-13
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.sahildua.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}