SLEEKer

This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.

Co je SLEEKer?

SLEEKer je rozšíření Chrome vyvinuté Rstudioworks, a jeho hlavní funkcí je „This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SLEEKer

Stáhněte si soubory rozšíření SLEEKer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.                    

Základní Informace o Rozšíření

Název SLEEKer SLEEKer
ID nllobgeilpicophinmkbeaiekdcflkbo
Oficiální URL https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo
Popis This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Velikost souboru 136 KB
Počet instalací 30
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-11-04
Datum Vydání 2019-11-04
Vývojář Rstudioworks
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sleeker.pro
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SLEEKer",
    "description": "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.",
    "version": "1.0.1",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "page_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html",
        "default_title": "SLEEKer"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.4.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}