Web Clipper for Dropbox

A web clipper tool for Dropbox. Clips web contents directly to Dropbox Paper.

Web Clipper for Dropboxคืออะไร?

Web Clipper for Dropbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manish และคุณลักษณะหลักของมันคือ "A web clipper tool for Dropbox. Clips web contents directly to Dropbox Paper."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Clipper for Dropbox

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

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

                        Fast and convenient way to save all or part of web page into your Dropbox Paper.

Dropbox Paper is a great way to document everything and store it over cloud. Now you can easily clip and save the contents (Let it be recipe, travel blog, news, research, business, shopping or research article) you like while browsing and never worry about searching the whole list of history and bookmarks again.

CLIP
- Full body from web page
- Select part of web page by moving around cursor and click the highlighted part
- Bookmark
- All image assets

COMING SOON
- Designer friendly way to organize moodboarding.
- Clip color palette and typographies for inspiration.
- PDF files and videos.
- Highlight and edit content before save to Dropbox Paper.

NOTE
This chrome extension is maintained by developers who are not associated or endorsed by Dropbox in any way. This is a producivity tool built using Dropbox API to just help you clip web pages for personal use and inspiration. We do not encourage you to steal web contents for benefits.                    

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

ชื่อ Web Clipper for Dropbox Web Clipper for Dropbox
ID oblhholoigcdnggmpekdkkkohckiennk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-clipper-for-dropbox/oblhholoigcdnggmpekdkkkohckiennk
คำอธิบาย A web clipper tool for Dropbox. Clips web contents directly to Dropbox Paper.
ขนาดไฟล์ 68.74 KB
จำนวนการติดตั้ง 1,138
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 2.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Manish
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Clipper for Dropbox",
    "manifest_version": 2,
    "version": "1.0.1",
    "description": "A web clipper tool for Dropbox. Clips web contents directly to Dropbox Paper.",
    "icons": {
        "16": "img\/clip_logo_16x16.png",
        "22": "img\/clip_logo_22x22.png",
        "24": "img\/clip_logo_24x24.png",
        "32": "img\/clip_logo_32x32.png",
        "48": "img\/clip_logo_48x48.png"
    },
    "options_page": "option.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/clip_logo_16x16.png",
        "default_title": "Web Clipper for Dropbox"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "popup.html",
        "css\/index.css",
        "img\/dropbox_logo.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ]
}