Cloud Bookmarks™

New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.

Cloud Bookmarks™คืออะไร?

Cloud Bookmarks™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloud-bookmarks.com และคุณลักษณะหลักของมันคือ "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer."

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

screenshot

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

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

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

                        Cloud Bookmarks replaces new tab page with a visual speed-dial bookmark page. The bookmark functions include add, search, edit, delete, and customize. The bookmark user interface is configurable for the size of the bookmarks and the folders that organize them by topic and store them for easy reference.

You will be able to generate static thumbnails and use your own background image for folders. You may name, organize, and customize your cloud folders and contents using your own colors, images, or styles.

We offer support for feedback, suggestions, and any questions at https://support.cloud-bookmarks.com. Any issues with installation or use of the extension may also be reported to the moderated user forum at the support address.                    

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

ชื่อ Cloud Bookmarks™ Cloud Bookmarks™
ID mpimdelefhgafbjfcakbllamgoofboob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloud-bookmarks/mpimdelefhgafbjfcakbllamgoofboob
คำอธิบาย New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.
ขนาดไฟล์ 12.01 MB
จำนวนการติดตั้ง 353
เวอร์ชันปัจจุบัน 0.30
อัปเดตครั้งล่าสุด 2021-10-13
วันที่เผยแพร่ 2021-04-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://cloud-bookmarks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cloud-bookmarks.com/
URL หน้าช่วยเหลือ http://support.cloud-bookmarks.com/
URL หน้านโยบายความเป็นส่วนตัว https://cloud-bookmarks.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Bookmarks\u2122",
    "version": "0.30",
    "description": "New Tab Page Replacement. Enjoy visual access to your favorite sites from any computer.",
    "permissions": [
        "",
        "bookmarks",
        "identity",
        "identity.email"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "html\/home.html"
    },
    "browser_action": {
        "default_title": "Search Bookmarks",
        "default_icon": "img\/favicon-48x48.png",
        "default_popup": "html\/popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.jpg",
        "img\/*.png",
        "img\/*.svg",
        "css\/*.css"
    ],
    "icons": {
        "16": "img\/favicon-16x16.png",
        "48": "img\/favicon-48x48.png",
        "128": "img\/favicon-128x128.png",
        "256": "img\/favicon-256x256.png"
    }
}