Simply Copy Current Page Link

Simplest browser extension to simply copy current page link.

Simply Copy Current Page Link란 무엇입니까?

Simply Copy Current Page Link은(는) 010pixel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplest browser extension to simply copy current page link."입니다.

확장 프로그램 스크린샷

screenshot

Simply Copy Current Page Link 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        In our increasing use of internet we often keep sharing links to friends and for some of us it might be little extra work to click on the website link and copy it. Why not do it as nearly 3 times the speed. Just click the copy icon from browser menu and get current page linked copied. Saving those 2 seconds each time, many times a day can help to make a difference.

Copy current page link is simplest extension to do only one job which is as the name says, copy link of the current page.

FEATURES:
- Simply click and copy current page link

TROUBLESHOOTING:
- In case the extension doesn't work, try again after refreshing the page

User Data Privacy:
This extension is not taking any private information from any user.

Support this extension: https://donorbox.org/to-sustain-building-google-chrome-extensions

v.1.0.0: (2020/04/17)
- Initial upload                    

확장 프로그램 기본 정보

이름 Simply Copy Current Page Link Simply Copy Current Page Link
ID mgafjmffjciapglpodaacoejmkchelff
공식 URL https://chromewebstore.google.com/detail/simply-copy-current-page/mgafjmffjciapglpodaacoejmkchelff
설명 Simplest browser extension to simply copy current page link.
파일 크기 33.41 KB
설치 횟수 105
현재 버전 1.0.0
최근 업데이트 2020-05-25
출시 날짜 2020-05-24
평점 5.00/5 총 1 개의 평점
개발자 010pixel
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://privacy.010pixel.com/chrome
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply Copy Current Page Link",
    "short_name": "copy-current-page-link",
    "description": "Simplest browser extension to simply copy current page link.",
    "version": "1.0.0",
    "author": "010 Pixel",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon38.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon19.png",
        "32": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}