Touclip

A new way to bookmark.

What is Touclip?

Touclip is a Chrome extension developed by DavidMass, and its main feature is "A new way to bookmark.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Touclip Extension CRX File

Download Touclip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        *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.                    

Extension Basic Information

Name Touclip Touclip
ID gmlmjmfonjbpjgbnkimflomfhbdeggem
Official URL https://chromewebstore.google.com/detail/touclip/gmlmjmfonjbpjgbnkimflomfhbdeggem
Description A new way to bookmark.
File Size 23.53 KB
Installation Count 48
Current Version 1.5
Last Updated 2023-07-31
Publish Date 2023-06-21
Rating 5.00/5 Total 1 Ratings
Developer DavidMass
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}