3C-Capture Crop Create

Capture parts of a page or entire sites and then edit and share your image!

3C-Capture Crop Createคืออะไร?

3C-Capture Crop Create เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Virtex Edge Design และคุณลักษณะหลักของมันคือ "Capture parts of a page or entire sites and then edit and share your image!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3C-Capture Crop Create

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

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

                        3C is a light weight screenshot tool, allowing you to screen capture parts of you page or entire sites and then edit and share your image! Now you can share your image directly from 3C to Imgur, Twitter, Facebook, Pinterest and Reddit!

3C is also Open Source! So you fork, mod and see everything under the hood with 3C!

# Change Log

# v 1.2.0 - 2018/07/05

* Streamlined Imgur Redirect URL.
* Improved permission requests.

# v 1.1.0 - 2018/05/01

* Added Share to Imgur, Twitter, Facebook, Pinterest and Reddit Sharing support.
* Added Adjustable Crop Resizer when selecting cropped image.
* Improved and optimised javascript.
* Fixed bug where jpeg format wasn't being saved properly.
* Misc Fixes.

### v 1.0.3 - 2015/10/20

* Tested on Mac. No specific issues.
* Fixed bug where Image wouldn't save if settings haven't been saved yet.
* Added Changelog file.

### v 1.0.2 - 2015/10/17

* Tested on Linux (Ubuntu 14.04 64 bit). No specific bugs found.
* Updated Virtex Edge Logo.

### v 1.0.1 - 2015/10/16

* Updated App Logo.

# Release v 1.0.0 - 2015/10/16

* Initial Release on Google Web Store.                    

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

ชื่อ 3C-Capture Crop Create 3C-Capture Crop Create
ID mjcdmlibiooblijamnolhajjigcmhglp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/3c-capture-crop-create/mjcdmlibiooblijamnolhajjigcmhglp
คำอธิบาย Capture parts of a page or entire sites and then edit and share your image!
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 1,840
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2018-07-06
วันที่เผยแพร่ 2018-07-05
คะแนน 3.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Virtex Edge Design
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://virtexedgedesign.wordpress.com/3c-crop-capture-create/
URL หน้าช่วยเหลือ https://github.com/VirtexEdgeDesign/3C-Crop-Capture-Create/wiki/FAQ
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3C-Capture Crop Create",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Capture parts of a page or entire sites and then edit and share your image!",
    "browser_action": {
        "default_icon": "img\/icon\/icon.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Capture or Crop This Page!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "24": "img\/icon\/icon24.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/virtexedgedesign.github.io\/3C-Crop-Capture-Create\/redirect\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/virtexedgedesign.github.io\/3C-Crop-Capture-Create\/redirect\/*"
            ],
            "js": [
                "js\/contentscript-imgur.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}