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."입니다.
확장 프로그램 스크린샷
Easy Paste 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |