ClipIt!

An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.

ClipIt!란 무엇입니까?

ClipIt!은(는) Toshik Langade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ClipIt! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ClipIt is a tool through which users can save texts/notes for future use. Some examples of these texts are delivery tracking information, email IDs, phone numbers etc. 

How it works?
1. The input text is added in the textfield. After clicking on "Add" button the text will be stored in the browser. 
2. With a single left click on a text, it will copy the text to the clipboard.
3. With a single right click on a text, it will copy the text to the clipboard and delete it.

To enable/disable dark mode, just click on the header.

Is the data safe?
Yes. I've used "chrome.storage" API to store and retrieve data. In this data is stored in the user's Google Account and is synced. This also enables the extension to work in sync with other devices having same Google Account.                    

확장 프로그램 기본 정보

이름 ClipIt! ClipIt!
ID cnfgmphlkgcnlgnfghhmdojllbgcmlfe
공식 URL https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe
설명 An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
파일 크기 18.16 KB
설치 횟수 130
현재 버전 1.0.1
최근 업데이트 2021-07-11
출시 날짜 2021-07-10
평점 5.00/5 총 1 개의 평점
개발자 Toshik Langade
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://toshik.me/clipit/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClipIt!",
    "description": "An extension which helps in saving texts\/notes for future use. Syncs data across chrome browsers having same Google Account.",
    "version": "1.0.1",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/clipboard (4).png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 2
}