HelloClips

A free and private clipping tool for writers, podcasters, sales professionals — anyone compiling text research for any purpose.

HelloClipsคืออะไร?

HelloClips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย helloclips และคุณลักษณะหลักของมันคือ "A free and private clipping tool for writers, podcasters, sales professionals — anyone compiling text research for any purpose."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HelloClips

ดาวน์โหลดไฟล์ส่วนขยาย HelloClips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        HELLOCLIPS HAS EVOLVED! A massively new and improved version is now available, but renamed as OutlierClips, with more functionality coming very soon.

PLEASE CHECK OUT OUTLIERCLIPS: https://chrome.google.com/webstore/detail/outlierclips/nedaclhgmnpefbdepagkknapbgdalcej 

Easily clip and prepare text-based research for your blog posts, news stories, research papers, sales calls, or any other upcoming event. 

No account required! 

If you spend any amount of time clipping online research in text form, but want the freedom of using whatever note or research app you like, HelloClips is the perfect companion. 

Gathering background information for an upcoming meeting with a sales prospect? HelloClips is a great capture tool for this. 

Researching a topic for a new story or blog post? HelloClips makes compiling and preparing this easy. 

Doing due diligence on an employee for the hiring process? HelloClips is a great, free choice.   

Simply highlight the text you want on any page, right-click and select HelloClips from the pop-up context menu that appears OR click the HelloClips extension icon in the top right corner of your browser, then name your clip. Three things are instantly captured at once by activating the extension: 

1) The text you highlighted/selected
2) The URL of the web page you're on 
3) The web page title
4) The name you gave that clip

You can deselect any of these three that you don't need to capture. And you don't have to choose File | Copy or use any other shortcut.

You then continue clipping text research from one website to another. Spend 10 minutes, or an hour, or whatever amount of time researching your topic. HelloClips adds each clip to create a clean, running capture of content. 

When you're done clipping, click the bottom button in the HelloClips overlay that says "Copy All," then open up your app or tool of choice to paste all of the content you've captured: Google Docs, Evernote, Notion, Apple Notes, whatever you prefer. 

Simply type Ctrl-V (PC) or Command-V (Mac) to paste all of your content in plain text. No matter how many clips of content you captured. One or 1,000. 

If you're using Google Sheets or Airtable or some other database to paste your content in a more structured way, HelloClips supports this. You can tap the "Download CSV" button at the bottom of the screen after clipping your last item of research and the .csv file will download to your computer. You can import into Google Sheets or any database tool, like our favorite, Airtable. 

That's it. Faster research, encouraging you to do more to prepare your podcast episodes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HelloClips HelloClips
ID acfipnalhoifpkjjkmbpbogkihffnifi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helloclips/acfipnalhoifpkjjkmbpbogkihffnifi
คำอธิบาย A free and private clipping tool for writers, podcasters, sales professionals — anyone compiling text research for any purpose.
ขนาดไฟล์ 27.61 KB
จำนวนการติดตั้ง 150
เวอร์ชันปัจจุบัน 0.51
อัปเดตครั้งล่าสุด 2021-11-17
วันที่เผยแพร่ 2020-06-24
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา helloclips
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helloclips.co
URL หน้าช่วยเหลือ https://helloclips.co
URL หน้านโยบายความเป็นส่วนตัว https://helloclips.co/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HelloClips",
    "version": "0.51",
    "manifest_version": 2,
    "description": "A free and private clipping tool for writers, podcasters, sales professionals \u2014 anyone compiling text research for any purpose.",
    "homepage_url": "https:\/\/brandonhull.com\/helloclips-chrome-extension\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "HelloClips"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/www.google.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/overlay.html"
    ]
}