OutlierClips

A free and private clipping tool for podcasters needing to capture text content to prepare their podcast episodes.

OutlierClipsคืออะไร?

OutlierClips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย outlierclips และคุณลักษณะหลักของมันคือ "A free and private clipping tool for podcasters needing to capture text content to prepare their podcast episodes."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Clip and capture research to prepare for podcast episodes, blog posts, job interviews, sales meetings, or any other upcoming event. Search Podchaser.com for the person you're preparing to speak or meet with. Use whatever notes app you want to store your research. 

---

Do you research your upcoming guests and/or topics to prepare your podcast? 
Do you research people before meetings or sales calls? 

If you're an outlier, you do. 

As you search the Web for the person you're preparing to interview or meet with, you highlight a piece of content you want to save, activate the OutlierClips extension: clip full articles, bios, facts, notes, quotes, or any other text you come across online. 

OutlierClips captures several bits of data with each clip: the text you highlighted, the page link where you clipped the content, the name you've given the clip, and any custom notes you've added about the clipped content. With complete privacy — no account needed. 

Just keep clipping as you research. Spend 10 minutes, or an hour, or whatever amount of time researching your person or topic. OutlierClips adds each clip to your virtual clipboard (privately, securely), creating a clean, running log of organized, text-based content. 

You can even highlight a person's first and last name, activate the extension, and perform a quick search on Podchaser.com to see if the person has said anything profound on recent podcast episodes. (Coming soon, you'll be able to quickly search LinkedIn as well.) 

---

After your last clip, when your research session is done and you're ready to start reviewing all of your clips, you click the "Copy All" button in the OutlierClips sidebar, then paste all of your clips into the app of your choice — anywhere you store your notes and outlines for episodes. 

No matter how many clips 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, OutlierClips can take things one step further: You can tap the "Download CSV" button at the bottom of the overlay after clipping your last item of research and the .csv file will download to your computer. You can then import all of your clips at once. 

Faster research, encouraging you to prepare better for interviews, calls, meetings, or any upcoming event.                    

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

ชื่อ OutlierClips OutlierClips
ID nedaclhgmnpefbdepagkknapbgdalcej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outlierclips/nedaclhgmnpefbdepagkknapbgdalcej
คำอธิบาย A free and private clipping tool for podcasters needing to capture text content to prepare their podcast episodes.
ขนาดไฟล์ 47.05 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 0.70
อัปเดตครั้งล่าสุด 2021-06-10
วันที่เผยแพร่ 2021-06-10
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา outlierclips
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://outlierclips.com
URL หน้าช่วยเหลือ http://outlierhq.com/outlier-clips
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OutlierClips",
    "version": "0.70",
    "manifest_version": 2,
    "description": "A free and private clipping tool for podcasters needing to capture text content to prepare their podcast episodes.",
    "homepage_url": "https:\/\/outlierhq.com\/outlier-clips",
    "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": "OutlierClips"
    },
    "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"
    ]
}