Touclip

A new way to bookmark.

Qu'est-ce que Touclip ?

Touclip est une extension Chrome développée par DavidMass, et sa fonction principale est "A new way to bookmark.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Touclip

Téléchargez les fichiers d'extension Touclip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Touclip Touclip
ID gmlmjmfonjbpjgbnkimflomfhbdeggem
URL Officiel https://chromewebstore.google.com/detail/touclip/gmlmjmfonjbpjgbnkimflomfhbdeggem
Description A new way to bookmark.
Taille du Fichier 23.53 KB
Nombre d'Installations 48
Version Actuelle 1.5
Dernière Mise à Jour 2023-07-31
Date de Publication 2023-06-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur DavidMass
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}