Open All Trends

Opens all Twitter trends in a new tab with a single click.

Open All Trendsคืออะไร?

Open All Trends เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://klivk.com และคุณลักษณะหลักของมันคือ "Opens all Twitter trends in a new tab with a single click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open All Trends

ดาวน์โหลดไฟล์ส่วนขยาย Open All Trends ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Built for trend addicts this extension adds a button to Twitter which opens all trending topics in a new tab with a single click.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open All Trends Open All Trends
ID dgomcbkojfbididkgeaildpcmoehpajo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-all-trends/dgomcbkojfbididkgeaildpcmoehpajo
คำอธิบาย Opens all Twitter trends in a new tab with a single click.
ขนาดไฟล์ 38.62 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.0.0.3
อัปเดตครั้งล่าสุด 2013-02-10
วันที่เผยแพร่ 2013-02-10
ผู้พัฒนา https://klivk.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://serdar.work/chrome-extensions/privacy-policy.html
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/open-all-trends"
}