ClipIt!

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

ClipIt!คืออะไร?

ClipIt! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Toshik Langade และคุณลักษณะหลักของมันคือ "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ClipIt!

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}