Turtl

A bookmarking utility for the Turtl app (https://turtlapp.com/)

Turtlคืออะไร?

Turtl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://turtl.it และคุณลักษณะหลักของมันคือ "A bookmarking utility for the Turtl app (https://turtlapp.com/)"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is the Chrome bookmarking extension for Turtl (https://turtlapp.com). It is meant to be run alongside the desktop app to allow easier bookmarking.

Turtl is open-source, allowing anybody to audit the source or run their own version: https://github.com/turtl

***

We believe you should have control over who has access to your data. This is a real problem: with increasing threats from hackers and government surveillance, how can you trust the online services that store your private information? The idea behind Turtl is that you shouldn't have to.

We've set up our service so that only you have the keys to your data and it gets encrypted before it leaves your computer. That way, even if the NSA wiretaps your Internet connection, even if an army of mercenaries storms our data-center and steals our hard drives, your data is unreadable to everyone, including us.

Because it's nobody else's business but yours.                    

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

ชื่อ Turtl Turtl
ID dgcojenhfdjhieoglmiaheihjadlpcml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/turtl/dgcojenhfdjhieoglmiaheihjadlpcml
คำอธิบาย A bookmarking utility for the Turtl app (https://turtlapp.com/)
ขนาดไฟล์ 106 KB
จำนวนการติดตั้ง 2,094
เวอร์ชันปัจจุบัน 0.7.2
อัปเดตครั้งล่าสุด 2019-02-08
วันที่เผยแพร่ 2019-02-08
คะแนน 4.29/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://turtl.it
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://turtlapp.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Turtl",
    "description": "A bookmarking utility for the Turtl app (https:\/\/turtlapp.com\/)",
    "version": "0.7.2",
    "icons": {
        "48": "data\/images\/favicon.48.png",
        "96": "data\/images\/favicon.96.png",
        "128": "data\/images\/favicon.128.png"
    },
    "minimum_chrome_version": "28.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "util.js",
            "comm.js",
            "pairing.js",
            "bookmark.js",
            "main.js",
            "data\/mootools-core-1.4.5.js",
            "data\/sjcl.js",
            "data\/tcrypt.js"
        ]
    },
    "browser_action": {
        "default_icon": "data\/images\/favicon.96.png",
        "default_title": "Bookmark this page in Turtl"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Down"
            }
        }
    }
}