QRReadItLater

Click one button to generate current tab's QR image so that you can read it later in your mobile.

Cos'è QRReadItLater?

QRReadItLater è un'estensione di Chrome sviluppata da Alex Yang, e la sua funzione principale è "Click one button to generate current tab's QR image so that you can read it later in your mobile.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione QRReadItLater

Scarica i file di estensione QRReadItLater in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Click one button to generate current tab's QR image so that you can read it later in your mobile.                    

Informazioni di Base sull'Estensione

Nome QRReadItLater QRReadItLater
ID kamoagknakmemmjccfnpkfhhoinibdep
URL Ufficiale https://chromewebstore.google.com/detail/qrreaditlater/kamoagknakmemmjccfnpkfhhoinibdep
Descrizione Click one button to generate current tab's QR image so that you can read it later in your mobile.
Dimensione del File 689 KB
Conteggio Installazioni 24
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2013-11-11
Data di Pubblicazione 2013-11-10
Valutazione 3.25/5 Totale 4 Valutazioni
Sviluppatore Alex Yang
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_toolbar_name__",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "__MSG_toolbar_description__",
    "default_locale": "en",
    "icons": {
        "16": "_locales\/en\/img\/logo_icon16.png",
        "48": "_locales\/en\/img\/logo_icon48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "nativeMessaging"
    ],
    "background": {
        "page": "extension_page\/background.html"
    },
    "browser_action": {
        "default_icon": "_locales\/en\/img\/logo_icon16.png",
        "default_title": "__MSG_toolbar_name__",
        "default_popup": "extension_page\/popup.html"
    }
}