Easy Paste

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

Vad är Easy Paste?

Easy Paste är en Chrome-tillägg utvecklad av https://www.sahildua.com, och dess huvudfunktion är "A chrome extension to keep all your frequently used profile links just a click away.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Easy Paste-förlängningens CRX-fil

Ladda ner Easy Paste-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Easy Paste Easy Paste
ID kdbifnpknkobjfefmaggbjohangaemid
Officiell webbadress https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid
Beskrivning A chrome extension to keep all your frequently used profile links just a click away.
Filstorlek 2.59 MB
Antal Installationer 442
Aktuell Version 1.2.0
Senast Uppdaterad 2016-10-13
Publiceringsdatum 2016-10-13
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare https://www.sahildua.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}