Touclip

A new way to bookmark.

Co je Touclip?

Touclip je rozšíření Chrome vyvinuté DavidMass, a jeho hlavní funkcí je „A new way to bookmark.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Touclip

Stáhněte si soubory rozšíření Touclip ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Touclip Touclip
ID gmlmjmfonjbpjgbnkimflomfhbdeggem
Oficiální URL https://chromewebstore.google.com/detail/touclip/gmlmjmfonjbpjgbnkimflomfhbdeggem
Popis A new way to bookmark.
Velikost souboru 23.53 KB
Počet instalací 48
Aktuální Verze 1.5
Poslední Aktualizace 2023-07-31
Datum Vydání 2023-06-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář DavidMass
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}