Add to uStart (by uStart)

Adds one-click subscription to your toolbar.

Add to uStart (by uStart)คืออะไร?

Add to uStart (by uStart) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย team.ustart และคุณลักษณะหลักของมันคือ "Adds one-click subscription to your toolbar."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add to uStart (by uStart)

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

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

                        "Add to ustart" quick link button to add RSS feeds to your uStart.org homepage.                    

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

ชื่อ Add to uStart (by uStart) Add to uStart (by uStart)
ID ejdojpmakfpfcnenobhjdngbdfgkdmjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/add-to-ustart-by-ustart/ejdojpmakfpfcnenobhjdngbdfgkdmjl
คำอธิบาย Adds one-click subscription to your toolbar.
ขนาดไฟล์ 57.76 KB
จำนวนการติดตั้ง 748
เวอร์ชันปัจจุบัน 0.1.22
อัปเดตครั้งล่าสุด 2015-12-14
วันที่เผยแพร่ 2015-12-14
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา team.ustart
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ustart.org
URL หน้าช่วยเหลือ http://forum.ustart.org
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background_page": "background.html",
    "content_scripts": [
        {
            "js": [
                "sniff_common.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sniff_common.js",
                "feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "name": "__MSG_rss_subscription_name__",
    "description": "__MSG_rss_subscription_description__",
    "icons": {
        "128": "icon128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCnWlOl+lSSf1NQylNeCYWxVecto\/AzGg+s+y2ya6Vpnl5t0HVZZZH8M4I3XTdJKLe3OjVvJypcI0gra+bHVVs6620VN7gvqb3xQ5ptzXUcB4oJt7geFHpe7ynirw1P2GIdzqE\/yMmwxjcKoOkuOHkxDqJDsO6NzP8zvqti6TTYfwIDAQAB",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_rss_subscription_default_title__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1.22",
    "manifest_version": 2
}