Content Clipper by Cronycle

Use the Cronycle Clipper extension to save content you see on the web to your Cronycle boards, to make sense of, enrich, and share.

Content Clipper by Cronycleคืออะไร?

Content Clipper by Cronycle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cronycle.com และคุณลักษณะหลักของมันคือ "Use the Cronycle Clipper extension to save content you see on the web to your Cronycle boards, to make sense of, enrich, and share."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Clipper by Cronycle

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

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

                        Cronycle is the workspace to grow knowledge, expertise and authority. Feeds help you discover and filter content, while boards let you collect content to enrich, make sense of, and share.

The Clipper extension quickly saves articles, social media posts, videos, and other webpage content to any of your Cronycle boards. Once saved on a board, content remains available indefinitely, so you can read/watch the full content without ads, and navigate back to the original source online. There are many other things you can do on your boards – tag, summarize, comment, annotate, group, and share via many publishing options. The Content Clipper can also be used to identify RSS feeds on the webpage you are browsing. Learn more https://www.cronycle.com/blog/an-updated-clipper-to-save-content-from-anywhere/

Remember to pin the extension in the Chrome menu to use it easily (by clicking on the puzzle piece icon)!                    

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

ชื่อ Content Clipper by Cronycle Content Clipper by Cronycle
ID jccdbjaagpigfhmhabkeghcfbiioibhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/content-clipper-by-cronyc/jccdbjaagpigfhmhabkeghcfbiioibhg
คำอธิบาย Use the Cronycle Clipper extension to save content you see on the web to your Cronycle boards, to make sense of, enrich, and share.
ขนาดไฟล์ 657 KB
จำนวนการติดตั้ง 367
เวอร์ชันปัจจุบัน 2.5.7
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2020-05-02
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://cronycle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cronycle.com
URL หน้าช่วยเหลือ https://www.cronycle.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://www.cronycle.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwEbLalGVUfiJZGeU6VYDAovZbtHTjRj\/QOV9+S5SeEhHUoa22NSwv0boMe63QPC2Z1EFm1KZ9Hp5Iv91uqedA9MKlEr5I4qp7fn1n32sdktp3N+zZL4nD1cgZJwNPgy+0Au06Lo6g0Rnjj3hWntPrthblzoWRjtHW587Pb0P7\/xjoXDTxMm\/Tw6sItsX\/obvTUSnsRLeQ8AFtW6+H7XeqH9CwImOLErbioYmxg1rSuUj2T4yIJQzfOv8ZlEc70ZxXXNCfAz6Wwvb8kFsuclXwpGyKswnJXBIOuadAwNfsfUblrepB9kE5bW\/6cwGtZQ1J\/AN5PwWHJEHN8cDvN9ttQIDAQAB",
    "manifest_version": 2,
    "name": "Content Clipper by Cronycle",
    "description": "Use the Cronycle Clipper extension to save content you see on the web to your Cronycle boards, to make sense of, enrich, and share.",
    "version": "2.5.7",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "observer.html"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_title": "Content Clipper by Cronycle"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth*"
    ],
    "web_accessible_resources": [
        "https:\/\/accounts.google.com\/o\/oauth2\/auth*",
        "provider_cb*",
        "oauth2*",
        "\/provider_cb*",
        "\/oauth2*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.cronycle.com https:\/\/*.intercom.io https:\/\/*.intercomcdn.com; object-src 'self'",
    "oauth2": {
        "client_id": "920766431308-04voqtnm95m2f82q6sf6dnhgu8vuaf16.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}