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
Eメール [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"
}