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によって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to keep all your frequently used profile links just a click away.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Easy Paste拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}