Tweep List for Twitter

Adds an avatar menu to Twitter for quickly accessing user timelines.

什么是Tweep List for Twitter?

Tweep List for Twitter是由https://serdar.work开发的Chrome扩展程序,该扩展的主要功能是“Adds an avatar menu to Twitter for quickly accessing user timelines.”。

扩展截图

screenshot

下载Tweep List for Twitter扩展crx文件

下载Tweep List for Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        UPDATED for the new Twitter.

One-click access to user timelines.

Drag any avatar to the menu to add to your list.

Drag out to remove an avatar from your list.

No need to follow a user on Twitter to add it to your list. You can follow people easily without actually following.

Works with Twitter desktop client.

Syncs your list with your Google Chrome account.

Full source code of this extension is available at GitHub: https://github.com/serd/tweep-list                    

扩展基本信息

名称 Tweep List for Twitter Tweep List for Twitter
ID oalmfcciblkpdbjinikclcdjnllkpoca
官方URL https://chromewebstore.google.com/detail/tweep-list-for-twitter/oalmfcciblkpdbjinikclcdjnllkpoca
简介 Adds an avatar menu to Twitter for quickly accessing user timelines.
文件大小 84.51 KB
安装次数 212
当前版本 1.2.5
更新时间 2017-09-05
上架时间 2017-09-05
评分 5.00/5 共4次评分
开发者 https://serdar.work
电子邮箱 [email protected]
付费类型 free
扩展官网 http://serdar.work
隐私政策页面URL https://serdar.work/chrome-extensions/privacy-policy.html
支持的语言 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/jquery.ui.core.js",
                "lib\/jquery.ui.widget.js",
                "lib\/jquery.ui.mouse.js",
                "lib\/jquery.ui.sortable.js",
                "lib\/jquery.ui.draggable.js",
                "lib\/jquery.ui.droppable.js",
                "lib\/jquery.ui.resizable.js",
                "lib\/jquery.mousewheel.js",
                "tweepList.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/serdar.work"
}