TurtleTab

Chrome extension with built-in weather, todo, notes, and google search functions

TurtleTab là gì?

TurtleTab là một tiện ích mở rộng Chrome được phát triển bởi fsadikin, và tính năng chính của nó là "Chrome extension with built-in weather, todo, notes, and google search functions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TurtleTab

Tải xuống các tệp mở rộng TurtleTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TurtleTab TurtleTab
ID imaanfkbpecmdapjnoonjjbofnfplcbd
URL Chính Thức https://chrome.google.com/webstore/detail/turtletab/imaanfkbpecmdapjnoonjjbofnfplcbd
Mô tả Chrome extension with built-in weather, todo, notes, and google search functions
Kích Thước Tệp 31.06 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-11-14
Ngày Phát Hành 2017-11-14
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển fsadikin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chingu-coders/Voyage2-Turtles-11
Ngôn Ngữ Được Hỗ Trợ 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"
}