Touclip

A new way to bookmark.

Touclipとは何ですか?

TouclipはDavidMassによって開発されたChromeの拡張機能で、その主な機能は「A new way to bookmark.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Touclip拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}