Easy Paste

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

Apa itu Easy Paste?

Easy Paste adalah ekstensi Chrome yang dikembangkan oleh https://www.sahildua.com, dan fitur utamanya adalah "A chrome extension to keep all your frequently used profile links just a click away.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy Paste

Unduh file ekstensi Easy Paste dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Easy Paste Easy Paste
ID kdbifnpknkobjfefmaggbjohangaemid
URL Resmi https://chromewebstore.google.com/detail/easy-paste/kdbifnpknkobjfefmaggbjohangaemid
Deskripsi A chrome extension to keep all your frequently used profile links just a click away.
Ukuran File 2.59 MB
Jumlah Instalasi 442
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2016-10-13
Tanggal Publikasi 2016-10-13
Penilaian 4.20/5 Total 5 Penilaian
Pengembang https://www.sahildua.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}