Clip Better

Use Clip Better to email link previews from anywhere on the web!

ما هو Clip Better؟

Clip Better هو إضافة Chrome تم تطويرها بواسطة https://clipbetter.com، والميزة الرئيسية لها هي "Use Clip Better to email link previews from anywhere on the web!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Clip Better

قم بتنزيل ملفات الامتداد Clip Better بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hate sending raw URLs to your friends?  Us too! Want a way to quickly get back to stuff that matters to you?  Wish there was a way to share web pages via email as effortlessly and powerfully as you can on social media? Stop emailing ugly URLs and start doing something better. Welcome to Clip Better.

Clip Better will create a rich snippet that includes an image, title, summary, link, and more so that you can quickly share web content with friends and know that they will can review a rich preview of the content that you are sharing before they click on the link.

Features:
• Create clips directly from webpages you want to capture
• Automatically generate preview with image, title, link, summary, and more
• Edit title and summary directly in preview
• Quickly add personalized comments or notes
• Advanced edit allows you to change the main image and more
• Send with Gmail with a single click
• Or copy the clip to your clipboard and use it in your favorite email client, word processor, or more
• Easily undo changes
• More features coming in the next release

Latest version 1.2 released 2/10/2014
• Fixes an issue where the Send with Gmail button would not work in non-English languages

Stay in touch:
Follow us on Twitter: https://twitter.com/ClipBetter

Support:
Have any questions or feedback? Please get in touch with our support team at [email protected]                    

معلومات أساسية عن التمديد

الاسم Clip Better Clip Better
ID gobkmjhllbkjeakbgmiodimehipofpmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/clip-better/gobkmjhllbkjeakbgmiodimehipofpmb
الوصف Use Clip Better to email link previews from anywhere on the web!
حجم الملف 72 KB
عدد التثبيتات 1,283
النسخة الحالية 1.2.0
آخر تحديث 2014-02-11
تاريخ النشر 2014-02-10
تقييم 4.44/5 مجموع تقييمات 34
المطور https://clipbetter.com
نوع الدفع free
موقع الإضافة http://info.clipbetter.com
عنوان صفحة المساعدة https://clipbetter.zendesk.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clip Better",
    "manifest_version": 2,
    "version": "1.2.0",
    "description": "Use Clip Better to email link previews from anywhere on the web!",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128rt.png"
    },
    "browser_action": {
        "default_title": "Clip Better",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmail.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/clipbetter.com\/",
        "http:\/\/fonts.googleapis.com\/",
        "clipboardWrite",
        "storage",
        "tabs"
    ]
}