Clipd.io: Mood Boards & Bookmark Manager

Mood Boards & Bookmark Manager

Clipd.io: Mood Boards & Bookmark Managerคืออะไร?

Clipd.io: Mood Boards & Bookmark Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://clipd.io และคุณลักษณะหลักของมันคือ "Mood Boards & Bookmark Manager"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clipd.io: Mood Boards & Bookmark Manager

ดาวน์โหลดไฟล์ส่วนขยาย Clipd.io: Mood Boards & Bookmark Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Create stunning Mood Boards to organize your Bookmarks, Articles, Images & Research.

!! NOTE BEFORE INSTALL !!
- Clipd.io is cloud based and requires registration!
- Clipd.io doesn't replace your new tab!
- Clipd.io doesn't sync local bookmarks

Update 24th Feb 21:
- Getting browser extension ready for version 2 launch

Introduction:
Clipd.io is the most powerful Bookmark Manager on the market with innovative features only exclusive to our app. Our customers describe us as "Simply Awesome". 

Take your knowledge management game to a whole new level with features like:
- Access your Bookmarks on any platform and any device
- Instant one click to bookmark the current page or all open tabs
- Dashboard, customized to display your most relevant bookmarks
- Organize in sections or lists, create Mood Boards, Tag, Filter
- Create boards with Masonry, Kanban or Fixed layouts
- Instant full-text search indexing, even within pages
- Read articles for later, in a clutter free article view
- Lock personal boards with a pin code
- and many more features

Watch Clipd.io in action: https://www.youtube.com/watch?v=0FNBERA_iL8


How we use permissions:

- Read your browsing history
Clipd requires access to Tabs permissions to save all your tabs. The warning message for using this permission is too generic as Clipd neither uses nor logs any of your browsing history. This can be verified by scrolling down to the 'Permissions with warnings' sections on https://developer.chrome.com/apps/permission_warnings.

- Notifications
When a user adds a link using the context menu we display a notification that the page has been saved.

Alternative To: Speed Dial[FVD], Toby, Raindrop, start.me, Qlearly, Papaly                    

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

ชื่อ Clipd.io: Mood Boards & Bookmark Manager Clipd.io: Mood Boards & Bookmark Manager
ID gbnbjofldlbajdfbalillihmiljnekkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/clipdio-mood-boards-bookm/gbnbjofldlbajdfbalillihmiljnekkk
คำอธิบาย Mood Boards & Bookmark Manager
ขนาดไฟล์ 976 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2021-03-25
วันที่เผยแพร่ 2020-04-22
คะแนน 4.09/5 รวมทั้งหมด 46 คะแนน
ผู้พัฒนา http://clipd.io
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.clipd.io
URL หน้าช่วยเหลือ https://www.clipd.io/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.clipd.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "manifest_version": 2,
    "name": "Clipd.io: Mood Boards & Bookmark Manager",
    "short_name": "Clipd.io",
    "homepage_url": "https:\/\/app.clipd.io\/?utm_source=browser-extension",
    "description": "Mood Boards & Bookmark Manager",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.firebase.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "24": "icons\/icon-24x24.png",
        "32": "icons\/icon-32x32.png",
        "48": "icons\/icon-48x48.png",
        "96": "icons\/icon-96x96.png",
        "128": "icons\/icon-128x128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications",
        "https:\/\/*.clipd.io\/*",
        "https:\/\/localhost:5001\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Save to Clipd.io",
        "default_icon": {
            "16": "icons\/icon-16x16.png",
            "24": "icons\/icon-24x24.png",
            "32": "icons\/icon-32x32.png",
            "48": "icons\/icon-48x48.png",
            "96": "icons\/icon-96x96.png",
            "128": "icons\/icon-128x128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            }
        }
    }
}