Touclip

A new way to bookmark.

Touclipคืออะไร?

Touclip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DavidMass และคุณลักษณะหลักของมันคือ "A new way to bookmark."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        *Use command/control C to copy snippets into Touclip*

🚨 Please make use of the support tab for any suggestions, questions, or problems you may have.

Touclip revolutionises your Chrome clipboard experience, allowing you to store, search, and organise text snippets effortlessly. With intuitive search, bookmarking, and direct source website links, Touclip empowers you to reclaim control over your clipboard and supercharge your productivity. Say goodbye to scattered information and hello to seamless snippet management with Touclip.

Key Features:

🔄 Clipboard History: Touclip automatically stores all the text you copy, creating a timeline of snippets for easy reference.

🔍 Search and Filter: Quickly find specific snippets using the search functionality, making information retrieval a breeze.

🔖 Bookmark Snippets: Mark important snippets as bookmarks for quick access to frequently used or critical information.

📄 Export Snippets: Export your snippets and source URLs to a txt file, allowing you to create backups or share them with others.

🔒 Save to Chrome Storage: Securely save your snippets to Chrome local storage.

🗑️ Clear All Snippets: Start fresh by clearing all stored snippets with a single click, providing a clean slate for new content.

📦 Storage Limit: Store up to 250 snippets.

☝️ Storage Counter: Track your snippet count with the storage counter, always aware of how many slots you have used.

🪫 Badge Display: Receive a badge notification on the Touclip icon when your storage reaches 100% capacity, prompting you to manage your snippets efficiently.

📋 Copy Snippet to Clipboard: Copy snippets to your clipboard with a simple click, streamlining your workflow.

❌ Delete Single Snippet: Remove individual snippets when they are no longer needed, keeping your collection organised and clutter-free.

🌐 Source Website Button: Each snippet includes a convenient button that takes you directly to the source website. Clicking on the button opens the original webpage, allowing you to revisit the context and gather more information.                    

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

ชื่อ Touclip Touclip
ID gmlmjmfonjbpjgbnkimflomfhbdeggem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/touclip/gmlmjmfonjbpjgbnkimflomfhbdeggem
คำอธิบาย A new way to bookmark.
ขนาดไฟล์ 23.53 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-07-31
วันที่เผยแพร่ 2023-06-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา DavidMass
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Touclip",
    "version": "1.5",
    "description": "A new way to bookmark.",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "author": {
        "email": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "48": "assets\/images\/icon-48.png",
            "128": "assets\/images\/icon-128.png"
        },
        "default_title": "Touclip",
        "default_popup": "popup\/popup.html"
    }
}