咯咯哒

最好用的看微博、发微博工具,实时提醒,支持多帐号。

Qu'est-ce que 咯咯哒 ?

咯咯哒 est une extension Chrome développée par http://gegedaa.com, et sa fonction principale est "最好用的看微博、发微博工具,实时提醒,支持多帐号。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 咯咯哒

Téléchargez les fichiers d'extension 咯咯哒 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        *账号不限量
不必多个微博页面,不必多个浏览器,管理多微博帐号

*阅读不间断
新微博向上加载,微博、评论、转发永不翻页

*回复不延时
不必打开微博页面,有新消息,浏览器及时通知

*浏览不重复
关闭时程序会记住当前浏览的位置,下次打开延续浏览

*分享不复杂
不必复制粘贴链接地址,右键菜单直接分享当前页面

*其他特色
更多贴心小体验等你发现,快快使用吧

2014-06-04 更新 2.0.8, 修复了不能网页截图以及其它的一些 bug 和样式问题。                    

Informations de Base sur l'Extension

Nom 咯咯哒 咯咯哒
ID blnmpdddkckmdfmhpohflbmaeopcfeik
URL Officiel https://chrome.google.com/webstore/detail/%E5%92%AF%E5%92%AF%E5%93%92/blnmpdddkckmdfmhpohflbmaeopcfeik
Description 最好用的看微博、发微博工具,实时提醒,支持多帐号。
Taille du Fichier 561 KB
Nombre d'Installations 645
Version Actuelle 2.1.0
Dernière Mise à Jour 2014-11-19
Date de Publication 2014-11-19
Évaluation 4.47/5 Total 139 Évaluations
Développeur http://gegedaa.com
Type de Paiement free
Site Web de l'Extension http://gegedaa.com
URL de la Page d'Aide http://weibo.com/gegedaa
Langues Prises en Charge en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "2.1.0",
    "default_locale": "zh_CN",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/gegedaa.com\/oauth2-callback\/*"
            ],
            "js": [
                "oauth2_inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "homepage_url": "http:\/\/gegedaa.com\/",
    "options_page": "settings.html",
    "background": {
        "page": "bg.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}