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”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TurtleTab扩展crx文件

下载TurtleTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 TurtleTab TurtleTab
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"
}