Clipboard History

Save history of copied text in browser.

Clipboard Historyคืออะไร?

Clipboard History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fast Simple Apps และคุณลักษณะหลักของมันคือ "Save history of copied text in browser."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Clipboard History ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Keep a history of the text you copy and paste in your Chrome Browser.

Need a simple way to track all the text you copy and paste each day? You can do so when you install this
simple extension today.

This software will store in your own computer, all the phrases/paragraphs of text you copy and paste in the
Google Chrome browser each day.

Please note this information is stored on your computer and is NOT uploaded onto our servers. The software will
also show you when a specific piece of text was copied and marks down the exact date/time this text was copied.

You can also choose to delete any piece of history from the Clipboard manager. This clipboard software is simple
to use and all the data which you copy & paste will never leave your computer.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clipboard History Clipboard History
ID hocnnmhgcikjadmcgimjfabidalgejio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clipboard-history/hocnnmhgcikjadmcgimjfabidalgejio
คำอธิบาย Save history of copied text in browser.
ขนาดไฟล์ 1.52 MB
จำนวนการติดตั้ง 1,355
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-10-29
วันที่เผยแพร่ 2022-03-24
คะแนน 3.69/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Fast Simple Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.0",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_popup": "ui\/popup.html",
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/clipboard-history.freespeedcheck.net\/"
}