Clipboard History Pro: best productivity tool

Clipboard manager extension for your browser: history of copied text, favorite items, instant paste

Clipboard History Pro: best productivity tool란 무엇입니까?

Clipboard History Pro: best productivity tool은(는) https://clipboardextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clipboard manager extension for your browser: history of copied text, favorite items, instant paste"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Clipboard History Pro: best productivity tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Clipboard History Pro is the most popular text history manager for your browser. It tracks everything you copied on your computer and allows you to manage it.

Best helper for your daily copy-paste routines!

● Manage history
Whenever you copy any text, this app saves it. Click any item in the extension popup to copy it again.

● Keep your favorite items close
Your favorite clips are accessible from a context menu for input fields, which makes it easier to paste frequently used text.

● Merge text tool
A powerful Merge tool allows you to create new text by merging a few existing ones into a new record. 

● Tag clips, merge few clips into one
Mark your items by assigning custom tags.

● Multiple export options
Export your text collection or entire clipboard list to a Google Sheets, Backup, JSON, Plain text, or CSV files

Activated Pro subscription brings your productivity to the next level: 

★ Mobile Sync
Easily sync items between the extension and mobile apps for iOS and Android.
Get apps here: https://clipboardextension.com/pro.html

★ Expand Text from Shortcuts
Add small text shortcuts for clipboard items and use them in input fields. Shortcuts will be automatically expanded to the full text.

★ Floating Mode
The Floating Mode gives you the ability to run the extension window separately from the browser.
This mode is helpful if you heavily work with articles, notes, or forms.

★ Page Widget
A nice and handy widget to access the clipboard on any webpage. It helps to instantly paste favorite text to page inputs & forms. 

★ Password Lock
The Lock allows you to set a password and restrict access to your history list.
Flexible settings allow to configure lock timers or restrict the list manually.

● Other free and useful features:
 - Edit copied items
 - Make full-page screenshots (useful to save filled form state)
 - Manual backups & restore
 - Detect the page URL of a copied text

--- 

Formerly known as "Clipboard History 2". 

# Safety
We care about your privacy. 
Please read Privacy Policy before installation: https://clipboardextension.com/policy.html

!!! Important Note:
Users are strongly discouraged from using our services to store personal, important and/or sensitive information. The extension and applications are not long-term data storage. Consider our service as a daily routines helper tool.

# Permissions Needed:

"Read the data you copy and paste."
These apps are created to help you have a clutter-free copy and paste experience when you visit the web. Thus, we require this permission to access your clipboard to serve you better.

Be secure and have a happy copy-pasting!                    

확장 프로그램 기본 정보

이름 Clipboard History Pro: best productivity tool Clipboard History Pro: best productivity tool
ID ajiejmhbejpdgkkigpddefnjmgcbkenk
공식 URL https://chromewebstore.google.com/detail/clipboard-history-pro-bes/ajiejmhbejpdgkkigpddefnjmgcbkenk
설명 Clipboard manager extension for your browser: history of copied text, favorite items, instant paste
파일 크기 743 KB
설치 횟수 132,380
현재 버전 3.17.3
최근 업데이트 2023-07-07
출시 날짜 2020-06-17
평점 4.29/5 총 615 개의 평점
개발자 https://clipboardextension.com
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clipboard History Pro: best productivity tool",
    "short_name": "Clipboard",
    "description": "Clipboard manager extension for your browser: history of copied text, favorite items, instant paste",
    "version": "3.17.3",
    "offline_enabled": true,
    "default_locale": "en",
    "minimum_chrome_version": "64",
    "icons": {
        "16": "imgs\/32.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "optional_permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "runPageWidget": {
            "description": "Run Page Widget (Pro)"
        },
        "lockNow": {
            "description": "Lock Now (Pro)"
        },
        "floatingMode": {
            "description": "Open Floating Mode (Pro)"
        },
        "pasteFav0": {
            "suggested_key": {
                "default": "Shift+Alt+1",
                "mac": "Shift+Alt+1"
            },
            "description": "Paste #1 favorite item"
        },
        "pasteFav1": {
            "suggested_key": {
                "default": "Shift+Alt+2",
                "mac": "Shift+Alt+2"
            },
            "description": "Paste #2 favorite item"
        },
        "pasteFav2": {
            "suggested_key": {
                "default": "Shift+Alt+3",
                "mac": "Shift+Alt+3"
            },
            "description": "Paste #3 favorite item"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Clipboard History Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "38": "imgs\/38dis.png"
        }
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'"
}