咯咯哒

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

What is 咯咯哒?

咯咯哒 is a Chrome extension developed by http://gegedaa.com, and its main feature is "最好用的看微博、发微博工具,实时提醒,支持多帐号。".

Extension Screenshots

screenshot

Download 咯咯哒 Extension CRX File

Download 咯咯哒 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

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

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

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

Extension Basic Information

Name 咯咯哒 咯咯哒
ID blnmpdddkckmdfmhpohflbmaeopcfeik
Official URL https://chrome.google.com/webstore/detail/%E5%92%AF%E5%92%AF%E5%93%92/blnmpdddkckmdfmhpohflbmaeopcfeik
Description 最好用的看微博、发微博工具,实时提醒,支持多帐号。
File Size 561 KB
Installation Count 645
Current Version 2.1.0
Last Updated 2014-11-19
Publish Date 2014-11-19
Rating 4.47/5 Total 139 Ratings
Developer http://gegedaa.com
Payment Type free
Extension Website http://gegedaa.com
Help Page URL http://weibo.com/gegedaa
Supported Languages 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'"
}