Easy Paste

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

Easy Paste क्या है?

Easy Paste https://www.sahildua.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to keep all your frequently used profile links just a click away."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Paste एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Easy Paste Easy Paste
ID kdbifnpknkobjfefmaggbjohangaemid
आधिकारिक URL https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid
विवरण A chrome extension to keep all your frequently used profile links just a click away.
फ़ाइल का आकार 2.59 MB
स्थापना संख्या 442
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2016-10-13
प्रकाशन तिथि 2016-10-13
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर https://www.sahildua.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}