TurtleTab
Chrome extension with built-in weather, todo, notes, and google search functions
TurtleTab란 무엇입니까?
TurtleTab은(는) fsadikin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension with built-in weather, todo, notes, and google search functions"입니다.
확장 프로그램 스크린샷
TurtleTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TurtleTab, a new home page full of user-friendly tools. FEATURES: 1. Weather: Quickly see your current local weather and a 4 day forecast 2. Todos: Log reminders for yourself 3. Notes: Keep track of longer notes, archiving and pinning notes as you go 4. Google Search: Reduce that extra click by searching google right in your home page. 5. Apps: Enable/Disable any Google Chrome Extensions and Apps from one area 6. History: See your history or clear it! 7. Bookmarks: Easily peruse your bookmarks 8. Wallpapers: Flip through a few different backgrounds with the press of the turtle button
확장 프로그램 기본 정보
이름 | |
ID | imaanfkbpecmdapjnoonjjbofnfplcbd |
공식 URL | https://chrome.google.com/webstore/detail/turtletab/imaanfkbpecmdapjnoonjjbofnfplcbd |
설명 | Chrome extension with built-in weather, todo, notes, and google search functions |
파일 크기 | 31.06 MB |
설치 횟수 | 17 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2017-11-14 |
출시 날짜 | 2017-11-14 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | fsadikin |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chingu-coders/Voyage2-Turtles-11 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TurtleTab", "description": "Chrome extension with built-in weather, todo, notes, and google search functions", "version": "1.0.0", "browser_action": { "default_icon": { "16": ".\/assets\/turtle16.png", "48": ".\/assets\/turtle48.png", "128": ".\/assets\/turtle128.png" }, "default_title": "TurtleTab" }, "icons": { "16": ".\/assets\/turtle16.png", "48": ".\/assets\/turtle48.png", "128": ".\/assets\/turtle128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "persistent": false, "scripts": [ ".\/background.js" ] }, "manifest_version": 2, "author": "Chingu Voyage2-Turtles-11", "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/ https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com\/b106d0e252.js 'unsafe-eval' ; object-src 'self' ", "permissions": [ "activeTab", "tabs", "bookmarks", "geolocation", "history", "storage", "topSites", "management", "chrome:\/\/favicon\/" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.fontawesome.com\/*" ] }, "incognito": "not_allowed" } |