一览

使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络

Cos'è 一览?

一览 è un'estensione di Chrome sviluppata da http://www.yilan.io, e la sua funzione principale è "使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 一览

Scarica i file di estensione 一览 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

                        使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络。

自动发现当前页面中的RSS链接,并一键订阅。

内建推荐引擎,可以根据您的阅读习惯为您推荐可能感兴趣的内容,用得越久推荐越准!

此扩展可以查看最近更新的文章、推荐的文章以及订阅列表等内容。

同时支持Web、iOS、Android平台,多终端同步,一致流畅的阅读体验!                    

Informazioni di Base sull'Estensione

Nome 一览 一览
ID agecgafmmkghenpophjhokennabaanhn
URL Ufficiale https://chrome.google.com/webstore/detail/%E4%B8%80%E8%A7%88/agecgafmmkghenpophjhokennabaanhn
Descrizione 使用一览,您可以将喜爱的站点聚合起来并高效阅读,收藏喜欢的文章收藏并推荐给好友,或分享到社交网络
Dimensione del File 314 KB
Conteggio Installazioni 353
Versione Corrente 1.1.3
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.89/5 Totale 9 Valutazioni
Sviluppatore http://www.yilan.io
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.yilan.io/help/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u4e00\u89c8",
    "version": "1.1.3",
    "description": "\u4f7f\u7528\u4e00\u89c8\uff0c\u60a8\u53ef\u4ee5\u5c06\u559c\u7231\u7684\u7ad9\u70b9\u805a\u5408\u8d77\u6765\u5e76\u9ad8\u6548\u9605\u8bfb\uff0c\u6536\u85cf\u559c\u6b22\u7684\u6587\u7ae0\u6536\u85cf\u5e76\u63a8\u8350\u7ed9\u597d\u53cb\uff0c\u6216\u5206\u4eab\u5230\u793e\u4ea4\u7f51\u7edc",
    "homepage_url": "http:\/\/www.yilan.io",
    "manifest_version": 2,
    "icons": {
        "16": "images\/yilan16.png",
        "128": "images\/yilan128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "*:\/\/*.yilan.io\/",
        "tabs",
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/yilan19.png",
            "38": "images\/yilan38.png"
        },
        "default_title": "\u4e00\u89c8",
        "default_popup": "popup.html"
    },
    "incognito": "split"
}