Easy Paste

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

ما هو Easy Paste؟

Easy Paste هو إضافة Chrome تم تطويرها بواسطة https://www.sahildua.com، والميزة الرئيسية لها هي "A chrome extension to keep all your frequently used profile links just a click away.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Easy Paste

قم بتنزيل ملفات الامتداد Easy Paste بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}