Search Later

Save Keywords to search them later!

Co to jest Search Later?

Search Later to rozszerzenie Chrome opracowane przez skmail, a jego główną funkcją jest „Save Keywords to search them later!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Search Later

Pobierz pliki rozszerzeń Search Later w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        An app lets you save interesting keywords to google them later.                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Later Search Later
ID pmlokaikmdggccdncpbbfhnbdpblkoal
Oficjalny URL https://chromewebstore.google.com/detail/search-later/pmlokaikmdggccdncpbbfhnbdpblkoal
Opis Save Keywords to search them later!
Rozmiar pliku 59.57 KB
Liczba instalacji 119
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2018-04-18
Data Publikacji 2018-04-18
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper skmail
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/SolaimanKmail
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Later",
    "version": "1.1",
    "description": "Save Keywords to search them later!",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/popup.html",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}