Steemit - Golos Switcher

Switch from Steemit to Golos and vice versa

Steemit - Golos Switcherคืออะไร?

Steemit - Golos Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RoelandP และคุณลักษณะหลักของมันคือ "Switch from Steemit to Golos and vice versa"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steemit - Golos Switcher

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

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

                        If you use both Steemit.com and Golos.io you have noticed that many urls are actually the same. Use this quick-switcher tool to go from the current url on Steemit to Golos and vice versa. 

E.g. when checking out https://steemit.com/@roelandp (my posts) you will see the icon of the golos website. Clicking on it will take you to https://golos.io/@roelandp 

If you like this consider upvoting me as witness on either of the two platforms.                    

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

ชื่อ Steemit - Golos Switcher Steemit - Golos Switcher
ID edkjfmioogegfjcnibkhpgkelglgkhmn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn
คำอธิบาย Switch from Steemit to Golos and vice versa
ขนาดไฟล์ 10.16 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-10-22
วันที่เผยแพร่ 2016-10-22
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา RoelandP
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steemit - Golos Switcher",
    "description": "Switch from Steemit to Golos and vice versa",
    "version": "1.0",
    "permissions": [
        "https:\/\/steemit.com\/*",
        "https:\/\/golos.io\/*",
        "notifications"
    ],
    "background": {
        "matches": [
            "https:\/\/steemit.com\/*",
            "https:\/\/golos.io\/*"
        ],
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Steemit - Golos switcher",
        "default_icon": "default.png"
    },
    "manifest_version": 2
}