Quick Shortcuts

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.

Apa itu Quick Shortcuts?

Quick Shortcuts adalah ekstensi Chrome yang dikembangkan oleh https://www.esolutions.se, dan fitur utamanya adalah "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Shortcuts

Unduh file ekstensi Quick Shortcuts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension adds a new toolbar button with shortcuts to:
* New tab
* Print page with backgrounds
* Extension
* Downloads
* Bookmark manager
* View Page Source
* Settings
* History
* Cookies
* Clear browsing data
* Plug-ins (Flash, Adobe Acrobat, Windows Media Player etc.) 
* Loaded modules
* Memory usage
* Exprerimental features
* Chrome Urls (All Chrome pages)

Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
It is also easier with icons to quickly find what you are looking for.

This Extension also allows you to print the currently displayed Web Page with background colors and background images                    

Informasi Dasar Ekstensi

Nama Quick Shortcuts Quick Shortcuts
ID lcfenihjmbehinmnfmaalmimpednkmnl
URL Resmi https://chromewebstore.google.com/detail/quick-shortcuts/lcfenihjmbehinmnfmaalmimpednkmnl
Deskripsi Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.
Ukuran File 25.69 KB
Jumlah Instalasi 847
Versi Saat Ini 1.0.6
Terakhir Diperbarui 2017-10-15
Tanggal Publikasi 2017-10-15
Penilaian 4.55/5 Total 20 Penilaian
Pengembang https://www.esolutions.se
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.esolutions.se
URL Halaman Kebijakan Privasi https://www.esolutions.se/PrivacyPolicy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Quick Shortcuts"
    },
    "offline_enabled": true,
    "description": "Since Chrome do not provide an easy way to find everything, this toolbar button lets you find it faster.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Quick Shortcuts",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.6"
}