Ultra Button

A button for everything.

Τι είναι το Ultra Button;

Το Ultra Button είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον a161803398, και η κύρια λειτουργία του είναι "A button for everything.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ultra Button

Λήψη αρχείων επέκτασης Ultra Button σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You can now access most of chrome features in one Ultra Button.
Functions Including:
Bookmarks, Extensions, Downloads, History and Tabs.

Mouse Middle Button Behaviors
Bookmarks: Open bookmark in background
Extensions: Remove extension
Downloads: Remove download record
History: Open history in background
Tabs: Close tab or window

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The icons in this extension were downloaded from Noun Project.
https://thenounproject.com/

This Extensions icon: Created by Travis Yunis

Download icon: Created by Alex Fuller
Bookmarks icon: Created by Yaroslav Samoilov
History icon: Created by useiconic.com
Extensions icon: Created by Gabriele Malaspina
Tabs icon: Created by Arthur Shlain

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

History:
v 1.0.7
fix bugs

v 1.0.0
use tooltips to show information

v 0.9.0
add download notification
You can enable it in the options

v 0.8.0
add download interrupt hint

v 0.7.5
fix bugs

v 0.7.4
add delay on changing panel

v 0.7.1
add download start notify

v 0.6.1
add download progress, download notify

v 0.5.1
add context menu

v 0.4.1
add session control
You can now restore closed tab or windows                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ultra Button Ultra Button
ID ppmnkcnnoclkpbbckblofjbjepocnflo
Επίσημο URL https://chromewebstore.google.com/detail/ultra-button/ppmnkcnnoclkpbbckblofjbjepocnflo
Περιγραφή A button for everything.
Μέγεθος Αρχείου 246 KB
Αριθμός Εγκαταστάσεων 7,460
Τρέχουσα Έκδοση 1.0.7
Τελευταία Ενημέρωση 2017-01-20
Ημερομηνία Δημοσίευσης 2017-01-20
Αξιολόγηση 4.55/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής a161803398
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "a161803398",
    "name": "Ultra Button",
    "version": "1.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_extension_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "64": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/sync.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs",
        "history",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "management",
        "storage",
        "notifications",
        "sessions"
    ]
}