Turtl
A bookmarking utility for the Turtl app (https://turtlapp.com/)
Turtl란 무엇입니까?
Turtl은(는) https://turtl.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bookmarking utility for the Turtl app (https://turtlapp.com/)"입니다.
확장 프로그램 스크린샷
Turtl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } } } |