Smedian Network

Smedian is a community of Medium editors who need writers who need editors. Changes new tab to show featured stories.

Smedian Networkคืออะไร?

Smedian Network เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smedian.com และคุณลักษณะหลักของมันคือ "Smedian is a community of Medium editors who need writers who need editors. Changes new tab to show featured stories."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smedian Network

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

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

                        Extension of Smedian.com to make editing easier for Medium publication editors and writing easier for writers. Use this to manage contributor requests to contribute, embed call to actions and signup forms in medium posts, and save snippets from your articles for later.

Moving Medium's Publishing Forward
A community of Medium editors who need writers who need editors.
Signup to advertise and request to contribute to publications.

If you use this extension, please please please do us a favor and rate it so we know how we are doing.                    

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

ชื่อ Smedian Network Smedian Network
ID bcjjnhmepojbojahodgaenlhhpamecnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smedian-network/bcjjnhmepojbojahodgaenlhhpamecnk
คำอธิบาย Smedian is a community of Medium editors who need writers who need editors. Changes new tab to show featured stories.
ขนาดไฟล์ 2.11 MB
จำนวนการติดตั้ง 563
เวอร์ชันปัจจุบัน 8.0.4
อัปเดตครั้งล่าสุด 2022-05-06
วันที่เผยแพร่ 2020-01-29
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.smedian.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smedian.com
URL หน้าช่วยเหลือ https://www.smedian.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smedian Network",
    "version": "8.0.4",
    "manifest_version": 2,
    "description": "Smedian is a community of Medium editors who need writers who need editors. Changes new tab to show featured stories.",
    "homepage_url": "https:\/\/www.smedian.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Smedian Network"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newTab\/index.html"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "cookies",
        "tabs",
        "activeTab",
        "contextMenus",
        "*:\/\/*.medium.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.medium.com\/*",
                "https:\/\/medium.com\/*",
                "https:\/\/*\/*",
                "https:\/\/lcontacts.herokuapp.com\/*",
                "https:\/\/twitter.com\/*\/followers",
                "https:\/\/twitter.com\/*\/following",
                "https:\/\/www.twitter.com\/*\/followers",
                "https:\/\/www.twitter.com\/*\/following"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "src\/inject\/js\/libs\/jquery.js",
                "src\/inject\/js\/libs\/jquery-ui.js",
                "src\/inject\/js\/libs\/angular1-4-6.js",
                "src\/inject\/js\/libs\/socket-io\/socket.io-1.4.5.js",
                "src\/inject\/js\/libs\/angular-socket-io\/socket.js",
                "src\/inject\/js\/libs\/html2canvas\/html2canvas.js",
                "src\/inject\/js\/main.js",
                "src\/inject\/js\/mainUtils.js",
                "src\/inject\/js\/main-jqueries.js",
                "src\/inject\/js\/classes\/ArrayDataStore.js",
                "src\/inject\/js\/classes\/PagingParams.js",
                "src\/inject\/js\/classes\/ReferencesManager.js",
                "src\/inject\/js\/classes\/TimerQueue.js",
                "src\/inject\/js\/ngServices\/pubNetworkService.js",
                "src\/inject\/js\/ngServices\/userNetworkService.js",
                "src\/inject\/js\/ngFilters\/filters.js",
                "src\/inject\/js\/ngContextMenu.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/js\/libs\/angular1-4-6.js",
        "src\/inject\/js\/libs\/socket-io\/socket.io-1.4.5.js",
        "src\/inject\/js\/libs\/angular-socket-io\/socket.js",
        "src\/templates\/contextMenu.hbs"
    ]
}