新浪微博(一键打开)

它会在Chrome上创建一个按钮,用来快速打开新浪微博

Cos'è 新浪微博(一键打开)?

新浪微博(一键打开) è un'estensione di Chrome sviluppata da https://www.qiwen.name, e la sua funzione principale è "它会在Chrome上创建一个按钮,用来快速打开新浪微博".

Screenshot dell'Estensione

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

                        新浪微博(一键打开)

轻点一下,快速访问 !

一切就是这么简单!

--
应用会在Chrome地址栏右边,生成新浪微博的按钮。

您每次访问新浪微博,只需要轻点便可方便打开。                    

Informazioni di Base sull'Estensione

Nome 新浪微博(一键打开) 新浪微博(一键打开)
ID fedkpjelkjajanbfnnhabdcoeobgiiho
URL Ufficiale https://chromewebstore.google.com/detail/%E6%96%B0%E6%B5%AA%E5%BE%AE%E5%8D%9A%EF%BC%88%E4%B8%80%E9%94%AE%E6%89%93%E5%BC%80%EF%BC%89/fedkpjelkjajanbfnnhabdcoeobgiiho
Descrizione 它会在Chrome上创建一个按钮,用来快速打开新浪微博
Dimensione del File 23.4 KB
Conteggio Installazioni 3,714
Versione Corrente 13.7.14.1
Ultimo Aggiornamento 2013-07-14
Data di Pubblicazione 2013-07-14
Valutazione 4.42/5 Totale 33 Valutazioni
Sviluppatore https://www.qiwen.name
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.qiwen.name
URL della Pagina di Aiuto http://www.qiwen.name
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' ; object-src 'self' ",
    "name": "\u65b0\u6d6a\u5fae\u535a\uff08\u4e00\u952e\u6253\u5f00\uff09",
    "description": "\u5b83\u4f1a\u5728Chrome\u4e0a\u521b\u5efa\u4e00\u4e2a\u6309\u94ae\uff0c\u7528\u6765\u5feb\u901f\u6253\u5f00\u65b0\u6d6a\u5fae\u535a",
    "version": "13.7.14.1",
    "icons": {
        "16": "weibo_32.png",
        "48": "weibo_48.png",
        "128": "weibo_128.png"
    },
    "browser_action": {
        "default_icon": "weibo_32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}