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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}