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文件

下載ClipIt!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}