Tweep List for Twitter

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

Tweep List for Twitterคืออะไร?

Tweep List for Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://serdar.work และคุณลักษณะหลักของมันคือ "Adds an avatar menu to Twitter for quickly accessing user timelines."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tweep List for Twitter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}