Clipper
Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.
什么是Clipper?
Clipper是由https://theclipping.co开发的Chrome扩展程序,该扩展的主要功能是“Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.”。
扩展截图
下载Clipper扩展crx文件
下载Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        FEATURES:
* Save and access your text clips from anywhere on the web.
* Automate copy & paste templates for emails/messaging. 
* Save any text from websites you want to keep.
* Bookmark sites you visit with relevant content.
* Quickly copy & paste clips into your emails, or use dedicated button to launch your email client with a text clip filled in! 
* Search your clips by title and content.
* Automatically save the page link & title when you create a clip using the extension while viewing a web page.
*  Select text on a page and right-click to reveal the "Save Clip" menu; click to save your selection.
With Clipper, from TheClipping.co, you can definitely do that!                     扩展基本信息
| 名称 |   |  
| ID | offehabbjkpgdgkfgcmhabkepmoaednl | 
| 官方URL | https://chromewebstore.google.com/detail/clipper/offehabbjkpgdgkfgcmhabkepmoaednl | 
| 简介 | Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc. | 
| 文件大小 | 911 KB | 
| 安装次数 | 6,028 | 
| 当前版本 | 1.3.9 | 
| 更新时间 | 2024-02-26 | 
| 上架时间 | 2020-04-01 | 
| 评分 | 4.15/5 共20次评分 | 
| 开发者 | https://theclipping.co | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.theclipping.co | 
| 帮助页面URL | https://www.theclipping.co | 
| 隐私政策页面URL | https://www.freeprivacypolicy.com/live/11d7b2d2-7ff9-476b-9db6-c6007b04ec29 | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipper",
    "short_name": "Clipper",
    "version": "1.3.9",
    "manifest_version": 3,
    "homepage_url": "https:\/\/theclipping.co",
    "description": "Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.",
    "action": {
        "default_icon": "clip32.png",
        "default_popup": "popup.html",
        "default_title": "Clipper"
    },
    "host_permissions": [
        "https:\/\/theclipping.co\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "clip16.png",
        "22": "clip22.png",
        "24": "clip24.png",
        "32": "clip32.png",
        "48": "clip48.png",
        "64": "clip64.png",
        "96": "clip96.png",
        "128": "clip128.png",
        "512": "clip512.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}  |  |